mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
move modal to top z-index
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
width: 85%;
|
||||
z-index: 100;
|
||||
z-index: 100001;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
@@ -25,7 +25,7 @@
|
||||
width: 100%;
|
||||
height: calc(100% + 100px);
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
z-index: 50;
|
||||
z-index: 100000;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user