issue #10 #11 add missing sytile for popup and mypage.

This commit is contained in:
paul kim
2024-05-13 18:51:37 +09:00
parent 0f2d30d63e
commit 8cdbaf8f71
3 changed files with 2054 additions and 1263 deletions

View File

@@ -438,6 +438,7 @@
left: 0px;
width: 100%;
height: 100%;
display: none;
}
.popup .amenity div .item {
@@ -1591,6 +1592,7 @@
left: 0px;
width: 100%;
height: 100%;
display: none;
}
.popup .roomservice div .item {
@@ -2732,6 +2734,8 @@
.popup>.mypage {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
}