fixed zindex thing - brightness was the problem

This commit is contained in:
2024-08-16 21:11:01 +03:00
parent 5a13ddb2ec
commit db37653748
26 changed files with 466 additions and 670 deletions
+3 -1
View File
@@ -1,11 +1,12 @@
.sidebar-content{
min-width: 300px;
max-width: 400px;
position: relative;
}
.main-content {
width: 100%;
position: relative;
}
@@ -13,4 +14,5 @@
display: flex;
gap: 40px;
padding: 20px;
position: relative;
}