Merge pull request #1771 from ahocevar/tooltip-box
Fix zoom in/out tooltip sizing for box-sizing css resets
This commit is contained in:
@@ -198,6 +198,9 @@ button.ol-full-screen-true:after {
|
|||||||
|
|
||||||
/* show a tooltip offset to below and right */
|
/* show a tooltip offset to below and right */
|
||||||
.ol-has-tooltip:hover [role=tooltip], .ol-has-tooltip:focus [role=tooltip] {
|
.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;
|
clip: auto;
|
||||||
padding: 0 .4em;
|
padding: 0 .4em;
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
|
|||||||
Reference in New Issue
Block a user