forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2022-01-02 16:41:33 -06:00
parent 8c40cdd4b9
commit 8d7ffcdeff
1 changed files with 3 additions and 0 deletions

View File

@ -3580,6 +3580,9 @@ code {
outline: 2px solid transparent;
outline-offset: 2px;
}
.group:hover .group-hover\:z-20 {
z-index: 20;
}
.group:hover .group-hover\:block {
display: block;
}