mirror of
https://github.com/maputnik/editor.git
synced 2026-07-27 00:07:25 +00:00
Fix hidden map attributions (CSS issue)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
top: 40px;
|
top: 40px;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
height: 100%;
|
height: calc(100% - $toolbar-height);
|
||||||
width: 75%;
|
width: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -127,4 +127,3 @@
|
|||||||
color: $color-red;
|
color: $color-red;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
&-list {
|
&-list {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
height: 100%;
|
height: calc(100% - $toolbar-height);
|
||||||
top: 40px;
|
top: 40px;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
&-drawer {
|
&-drawer {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
height: 100%;
|
height: calc(100% - $toolbar-height);
|
||||||
top: 40px;
|
top: 40px;
|
||||||
left: 200px;
|
left: 200px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user