From c8cf5952f3be2dd64016c10dfe1825a6de1ec39b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 31 Jan 2018 10:08:05 +0100 Subject: Mobile version: menu full width and autoclosed --- client/src/sass/application.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'client/src/sass') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 33d7ce0a5..82c4bca74 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -361,9 +361,9 @@ table { } // On small screen, menu is absolute -@media screen and (max-width: 800px) { +@media screen and (max-width: 600px) { .title-menu-left { - width: 150px !important; + width: 100% !important; position: absolute !important; z-index: 10000; } @@ -387,4 +387,8 @@ table { } } } + + bs-dropdown-container { + z-index: 10000; + } } -- cgit v1.2.3