Merge pull request #1771 from ahocevar/tooltip-box

Fix zoom in/out tooltip sizing for box-sizing css resets
This commit is contained in:
ahocevar
2014-02-28 14:59:50 +01:00

View File

@@ -198,6 +198,9 @@ button.ol-full-screen-true:after {
/* show a tooltip offset to below and right */
.ol-has-tooltip:hover [role=tooltip], .ol-has-tooltip:focus [role=tooltip] {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
clip: auto;
padding: 0 .4em;
font-size: .8em;