refactor: z-index levels
This commit is contained in:
parent
e2dbed2b03
commit
0b79ebd909
@ -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;
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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'] {
|
||||||
|
Loading…
Reference in New Issue
Block a user