refactor: z-index levels

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

View File

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

View File

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

View File

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

View File

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

View File

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