Skip to content

Commit 93dcc42

Browse files
committed
🐛 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>
1 parent 9fe4b95 commit 93dcc42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/css/mobile.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
margin-left: 0;
3333
}
3434

35+
.skip-navigation.skip-content {
36+
left: 3px;
37+
margin-left: 0;
38+
}
3539

3640
/* full width for message list on mobile */
3741
.app-content-list {

0 commit comments

Comments
 (0)