Selaa lähdekoodia

minor enhancements

tigger 10 kuukautta sitten
vanhempi
commit
82f30362a8
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      src/app/app.component.scss

+ 2 - 0
src/app/app.component.scss

@@ -27,12 +27,14 @@
 .container > .main > .map-button {
 .container > .main > .map-button {
     position: absolute;
     position: absolute;
     bottom: 20px; left: 10px;
     bottom: 20px; left: 10px;
+    z-index: 11;
 }
 }
 
 
 .container > .main > .map {
 .container > .main > .map {
     position: absolute;
     position: absolute;
     bottom: 0; left: 0;
     bottom: 0; left: 0;
     width: 500px;
     width: 500px;
+    z-index: 10;
 }
 }
 
 
 #notifications {
 #notifications {