mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
Make toolbar look correct with non-standard browser font size settings
Assumption about toolbar height never exceeding 88px is not correct. At least in Chrome, after setting in advanced configuration font size to "Large" instead of "Medium", the toolbar's height is 110px and part of it is transparent. Because it is transparent user can see content behind it when scrolled down, which makes for a not really good experience. Change-Id: Ibdc2410cc4ab29bfe774961fc062d172386975d4
This commit is contained in:
parent
f8d2f14953
commit
b0b832a796
|
@ -17,6 +17,7 @@
|
|||
border-bottom: solid 1px #ccc;
|
||||
position: relative;
|
||||
/* @embed */
|
||||
background-color: white;
|
||||
background-image: url(images/fade-up.png);
|
||||
background-position: left bottom;
|
||||
background-repeat: repeat-x;
|
||||
|
|
Loading…
Reference in a new issue