Browse Source

fix: fullscreenmap with no scrolling

jmacura 5 năm trước cách đây
mục cha
commit
775dc9b8ac
1 tập tin đã thay đổi với 7 bổ sung2 xóa
  1. 7 2
      src/app.css

+ 7 - 2
src/app.css

@@ -1,7 +1,12 @@
+html, body {
+  margin: 0;
+  padding: 0;
+}
+
 #hs-app {
-  display: block;
-  height: 100vh;
   position: relative;
+  margin: 0;
+  padding: 0;
 }
 
 .cursor-pointer {