Skip to content
Snippets Groups Projects
Unverified Commit 93dcc426 authored by Jonas Sulzer's avatar Jonas Sulzer
Browse files

:bug: FIX: horizontal scrolling on mobile due to tab accessibility navigation...

:bug:

 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position

Signed-off-by: default avatarJonas Sulzer <jonas@violoncello.ch>
parent 9fe4b953
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,10 @@ ...@@ -32,6 +32,10 @@
margin-left: 0; margin-left: 0;
} }
.skip-navigation.skip-content {
left: 3px;
margin-left: 0;
}
/* full width for message list on mobile */ /* full width for message list on mobile */
.app-content-list { .app-content-list {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment