Skip to content

Commit

Permalink
remove scrollbar on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed Aug 21, 2024
1 parent 598cc0a commit 9293c07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GuildWarsPartySearch.NodeJSServer/src/css/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
.popupWindow .popupInner {
width:98%;
}
.popupWindow .popupInner .popupContent {
scrollbar-width:none;
}
.popupWindow .popupInner .table {
font-size:90%;
width:calc(100% - 10px);
Expand Down

0 comments on commit 9293c07

Please sign in to comment.