Skip to content

Commit

Permalink
Prevent scrollbar from appearing on trans
Browse files Browse the repository at this point in the history
  • Loading branch information
charitea committed Dec 12, 2024
1 parent 74a9412 commit b9e3e0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/indexDescription.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
min-width: 300px;
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(8px);
border: 1px solid rgba(255, 255, 255, 0.1);
Expand All @@ -113,6 +114,8 @@

.indesc-servers-list {
margin-bottom: 1rem;
overflow-x: hidden;
position: relative;
}

.indesc-server {
Expand Down
2 changes: 2 additions & 0 deletions css/servers.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ body {
justify-content: center;
align-items: center;
font-family: Arial, sans-serif;
overflow-x: hidden;
}

.sd-server-list {
Expand All @@ -20,6 +21,7 @@ body {
width: 100%;
max-width: 600px;
padding: 20px;
overflow-x: hidden;
}

.sd-server {
Expand Down

0 comments on commit b9e3e0e

Please sign in to comment.