mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix z-index for Toast (#2613)
This commit is contained in:
parent
5dcc9557ff
commit
1b1afd0484
@ -179,7 +179,7 @@ export default Vue.extend({
|
||||
transform: translate(-50%, -50%) scale(0.95);
|
||||
width: 360px;
|
||||
height: 85vh;
|
||||
z-index: 100002;
|
||||
z-index: 100000;
|
||||
transition: .2s ease-out;
|
||||
font-size: 14px;
|
||||
@include v-stretch();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user