mirror of
https://github.com/JASSNetwork/Void
synced 2025-06-05 18:41:59 -09:00
Sidebar Layering Fix
This commit is contained in:
parent
7c32e046db
commit
5c646471f8
@ -22,7 +22,7 @@ html, body {
|
||||
}
|
||||
|
||||
.content {
|
||||
background-color: rgba(30, 30, 50, 0.85);
|
||||
background-color: rgba(30, 30, 30, 0.7);
|
||||
padding: 40px;
|
||||
border-radius: 16px;
|
||||
text-align: center;
|
||||
|
@ -77,7 +77,7 @@ body {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding-top: 70px;
|
||||
z-index: 10;
|
||||
z-index: 9990;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user