Merge pull request #17883 from nextcloud/backport/17843/stable17

[stable17] 🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position
This commit is contained in:
Roeland Jago Douma 2019-11-12 08:12:20 +01:00 committed by GitHub
commit ab941f2067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {