mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-26 11:15:43 +03:00
Fix welcome page peakaboo
This commit is contained in:
parent
7e9b6f681f
commit
942d0b0a30
1 changed files with 2 additions and 2 deletions
|
@ -1110,12 +1110,12 @@ meter.donut:is(.danger, .explode):after {
|
|||
width: 100%;
|
||||
flex-grow: 1;
|
||||
}
|
||||
#home-page ~ .deck-container {
|
||||
:is(#home-page, #welcome) ~ .deck-container {
|
||||
z-index: 10;
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
}
|
||||
#home-page:has(~ .deck-container) {
|
||||
:is(#home-page, #welcome):has(~ .deck-container) {
|
||||
display: block;
|
||||
position: absolute;
|
||||
user-select: none;
|
||||
|
|
Loading…
Reference in a new issue