make cat always appear on top

pull/143/head
Aevann 2023-04-28 11:33:31 +02:00
parent 37579bf569
commit 65d548683f
1 changed files with 4 additions and 0 deletions

View File

@ -7304,3 +7304,7 @@ button, .btn {
height: 65px;
}
}
#oneko {
z-index: 1000000000000000;
}