浏览代码

organization map container

alexlcdee 8 年之前
父节点
当前提交
e8e8cb7c45
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/files/scss/main.scss

+ 7 - 0
src/files/scss/main.scss

@@ -29,4 +29,11 @@ body {
     max-width: 100%;
     position: relative;
     padding-top: 100%;
+}
+.organization-info__map {
+    position: absolute;
+    top: 0;
+    bottom: 0;
+    left: 0;
+    right: 0;
 }