Fixed error bar from overflowing.

This commit is contained in:
orangemug
2020-02-09 17:23:50 +00:00
parent fe5066a2a4
commit f4c18fd91b
3 changed files with 7 additions and 7 deletions

View File

@@ -40,9 +40,9 @@
position: fixed;
height: 50px;
bottom: 0;
left: 550px;
right: 0;
z-index: 1;
width: 100%;
width: $layout-map-width;
background-color: $color-black;
}
}