diff options
Diffstat (limited to 'client/src/app/menu')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 12 |
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 dec045928..40c9a2b25 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -255,17 +255,13 @@ menu { | |||
255 | @media screen and (max-width: $mobile-view) { | 255 | @media screen and (max-width: $mobile-view) { |
256 | .menu-wrapper { | 256 | .menu-wrapper { |
257 | width: 100% !important; | 257 | width: 100% !important; |
258 | } | ||
259 | |||
260 | .top-menu, .footer { | ||
261 | width: 100% !important; | ||
262 | } | ||
263 | } | ||
264 | 258 | ||
265 | @media (hover: none) and (pointer: coarse) { | ||
266 | .menu-wrapper { | ||
267 | menu { | 259 | menu { |
268 | overflow-y: auto; | 260 | overflow-y: auto; |
269 | } | 261 | } |
270 | } | 262 | } |
263 | |||
264 | .top-menu, .footer { | ||
265 | width: 100% !important; | ||
266 | } | ||
271 | } | 267 | } |