Browse Source

抽奖页面

DESKTOP-O04BTUJ\muzen 2 năm trước cách đây
mục cha
commit
10e8305bd9
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/common/main.scss

+ 2 - 0
src/common/main.scss

@@ -2,6 +2,8 @@ body{
   height: 100%;
   background-color: #181818;
   color: #FFF;
+  padding-bottom: constant(safe-area-inset-bottom);
+  padding-bottom: env(safe-area-inset-bottom);
 }
 
 page{