소스 검색

minor enhancements

tigger 10 달 전
부모
커밋
82f30362a8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 {