Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/pages/hotel/hotel.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
position: sticky;
top: 0;
left: 0;
width: 100vw;
/* changing width from 100vw to 100% to remove scroll bar */
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.613);
z-index: 999;
Expand Down Expand Up @@ -148,4 +149,4 @@
font-size: 50px;
color: lightgray;
cursor: pointer;
}
}