mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
🐛 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>
This commit is contained in:
parent
9fe4b953e9
commit
93dcc42631
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue