mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 07:00:27 +01:00
Fixed toolbar version position.
This commit is contained in:
parent
41bd91fcd2
commit
ee3def492a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
.maputnik-toolbar-version {
|
.maputnik-toolbar-version {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
bottom: 0;
|
bottom: -2px;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue