Merge pull request #11120 from mike-000/patch-12

correct scalebar box sizing
This commit is contained in:
Andreas Hocevar
2020-05-30 20:40:57 +02:00
committed by GitHub

View File

@@ -60,6 +60,7 @@
position: relative;
height: 10px;
z-Index: 9;
box-sizing: border-box;
border: 1px solid black;
}