Fix hidden map attributions (CSS issue)

This commit is contained in:
jirik
2017-01-12 15:34:38 +01:00
parent 7d905c5e06
commit 6be6db8f5e
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
&-list {
position: fixed;
bottom: 0;
height: 100%;
height: calc(100% - $toolbar-height);
top: 40px;
left: 0;
z-index: 3;
@@ -29,7 +29,7 @@
&-drawer {
position: fixed;
bottom: 0;
height: 100%;
height: calc(100% - $toolbar-height);
top: 40px;
left: 200px;
z-index: 1;