🐛 FIX: horizontal scrolling on mobile due to tab accessibilit… (#17843)

🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position
pull/17880/head
John Molakvoæ 5 years ago committed by GitHub
commit bce9c1d97b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      core/css/mobile.scss

@ -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…
Cancel
Save