Merge pull request #17884 from nextcloud/backport/17843/stable16
[stable16] 🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position
This commit is contained in:
commit
54aef17e73
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue