diff options
author | Jonas Sulzer <jonas@violoncello.ch> | 2019-11-07 13:07:02 +0100 |
---|---|---|
committer | Backportbot <backportbot-noreply@rullzer.com> | 2019-11-10 08:47:56 +0000 |
commit | 98f2f9e3ed3ca6fb2ec479c3745114e9e0d7fef2 (patch) | |
tree | f8c59b2ea371292478a784c59db6c1cf2a3e06c2 /core/css | |
parent | 6d6d4905720daaa4fb8bdecfb993af9e2d798460 (diff) | |
download | nextcloud-server-98f2f9e3ed3ca6fb2ec479c3745114e9e0d7fef2.tar.gz nextcloud-server-98f2f9e3ed3ca6fb2ec479c3745114e9e0d7fef2.zip |
🐛 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>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/mobile.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss index bccb2fe05bb..02138c89aba 100644 --- a/core/css/mobile.scss +++ b/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 { |