Browse Source
🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
pull/17843/head
Jonas Sulzer
7 years ago
No known key found for this signature in database
GPG Key ID: 6D1DC8E0D9904C83
1 changed files with
4 additions and
0 deletions
-
core/css/mobile.scss
|
|
|
@ -32,6 +32,10 @@ |
|
|
|
margin-left: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.skip-navigation.skip-content { |
|
|
|
left: 3px; |
|
|
|
margin-left: 0; |
|
|
|
} |
|
|
|
|
|
|
|
/* full width for message list on mobile */ |
|
|
|
.app-content-list { |
|
|
|
|