diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 8 |
1 files changed, 6 insertions, 2 deletions
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 { | |||
361 | } | 361 | } |
362 | 362 | ||
363 | // On small screen, menu is absolute | 363 | // On small screen, menu is absolute |
364 | @media screen and (max-width: 800px) { | 364 | @media screen and (max-width: 600px) { |
365 | .title-menu-left { | 365 | .title-menu-left { |
366 | width: 150px !important; | 366 | width: 100% !important; |
367 | position: absolute !important; | 367 | position: absolute !important; |
368 | z-index: 10000; | 368 | z-index: 10000; |
369 | } | 369 | } |
@@ -387,4 +387,8 @@ table { | |||
387 | } | 387 | } |
388 | } | 388 | } |
389 | } | 389 | } |
390 | |||
391 | bs-dropdown-container { | ||
392 | z-index: 10000; | ||
393 | } | ||
390 | } | 394 | } |