Procházet zdrojové kódy

minor enhancements

tigger před 11 měsíci
rodič
revize
82f30362a8
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      src/app/app.component.scss

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

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