diff --git a/src/containers/MountItems/MountItems.css b/src/containers/MountItems/MountItems.css index 049c28b..de49eee 100644 --- a/src/containers/MountItems/MountItems.css +++ b/src/containers/MountItems/MountItems.css @@ -10,8 +10,9 @@ .MountItemsRemote { padding: 0; margin: 0; - height: 161px; + height: 151px; width: 100%; box-sizing: border-box; - overflow-x: scroll; + overflow-x: hidden; + overflow-y: scroll; } \ No newline at end of file