aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/application.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 96602dc38..65711a225 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -286,11 +286,9 @@ table {
286 } 286 }
287} 287}
288 288
289// On small screen, menu is absolute
290@media screen and (max-width: 600px) { 289@media screen and (max-width: 600px) {
291 .menu-wrapper { 290 .menu-wrapper {
292 width: 100% !important; 291 width: 100% !important;
293 position: absolute !important;
294 z-index: 10000; 292 z-index: 10000;
295 } 293 }
296 294