mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-08 08:31:31 +00:00
Prevent font scaling in landscape mode on webkit (#22104).
Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@15216 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
6fc4836f11
commit
f4a17421c1
@ -52,6 +52,7 @@
|
||||
|
||||
html {
|
||||
overflow-y: auto; /* avoid 2nd scrollbar on desktop */
|
||||
-webkit-text-size-adjust: 100%; /* prevent font scaling in landscape mode on webkit */
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user