From 46ae6f67249dea59176488ad1775f80109b8b8db Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 5 Sep 2018 10:19:45 +0200 Subject: Fix menu on mobile --- client/src/sass/application.scss | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'client/src/sass') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index b92036de7..c380fe5bf 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -338,15 +338,6 @@ table { } @media screen and (max-width: 600px) { - .menu-wrapper { - width: 100% !important; - z-index: 10000; - } - - menu { - width: $menu-width; - } - .main-col { margin-left: 0; @@ -367,10 +358,4 @@ table { } } } -} - -@media screen and (max-width: 400px) { - menu { - width: 100%; - } -} +} \ No newline at end of file -- cgit v1.2.3