From 7fb9226325b8f1f1de2d1c8e47480d05ddb39326 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 6 Oct 2019 10:29:09 -0500 Subject: [PATCH] Layout changes --- src/containers/MountItems/MountItems.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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