aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/menu/menu.component.scss12
1 files changed, 4 insertions, 8 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss
index 112fdc1ce..b05173751 100644
--- a/client/src/app/menu/menu.component.scss
+++ b/client/src/app/menu/menu.component.scss
@@ -254,17 +254,13 @@ menu {
254@media screen and (max-width: $mobile-view) { 254@media screen and (max-width: $mobile-view) {
255 .menu-wrapper { 255 .menu-wrapper {
256 width: 100% !important; 256 width: 100% !important;
257 }
258
259 .top-menu, .footer {
260 width: 100% !important;
261 }
262}
263 257
264@media (hover: none) and (pointer: coarse) {
265 .menu-wrapper {
266 menu { 258 menu {
267 overflow-y: auto; 259 overflow-y: auto;
268 } 260 }
269 } 261 }
262
263 .top-menu, .footer {
264 width: 100% !important;
265 }
270} 266}