refactor: z-index levels

This commit is contained in:
enes 2024-10-03 13:07:15 +02:00
parent e2dbed2b03
commit 0b79ebd909
5 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
.drawingRectangle { .drawingRectangle {
position: absolute; position: absolute;
outline: 1px solid #01aaad; outline: 1px solid #01aaad;
z-index: 50; z-index: 40;
background-color: #01aaad4b; background-color: #01aaad4b;
cursor: pointer; cursor: pointer;
display: flex; display: flex;

View File

@ -7,7 +7,8 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
z-index: 9999; z-index: 50;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
} }

View File

@ -15,7 +15,7 @@
left: 5px; left: 5px;
align-items: center; align-items: center;
z-index: 1000; z-index: 40;
button { button {
transition: ease 0.2s; transition: ease 0.2s;

View File

@ -6,7 +6,7 @@
.otherUserMarksDisplay { .otherUserMarksDisplay {
position: absolute; position: absolute;
z-index: 50; z-index: 40;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;

View File

@ -62,7 +62,6 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
//z-index: 200;
} }
.fixedBottomForm input[type='text'] { .fixedBottomForm input[type='text'] {