Sidebar Layering Fix

This commit is contained in:
billy 2025-05-13 02:15:36 +00:00
parent 7c32e046db
commit 5c646471f8
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -77,7 +77,7 @@ body {
flex-direction: column;
align-items: center;
padding-top: 70px;
z-index: 10;
z-index: 9990;
justify-content: space-between;
}