Skip to content

Commit

Permalink
Update guidelines.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Dec 27, 2024
1 parent b5d4b40 commit 02d2f91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/guidelines.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@
top: 0;
z-index: 999;
background-color: rgba(0,0,0,0.4);
overflow-y: auto;
overflow-x: hidden;
max-height: 100vh;
}
.guideline-inner {
padding: 25px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
margin-top: 100px;
background-color: #1f1f1f;
border: solid grey 5px;
border-radius: 25px;
Expand All @@ -21,8 +25,6 @@
text-align: center;
justify-content: center;
justify-items: center;
overflow-y: auto;
overflow-x: hidden;
}

.header {
Expand Down

0 comments on commit 02d2f91

Please sign in to comment.