1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-04-05 16:13:47 +03:00

Fix disappearing filter/spoiler text when hover

This commit is contained in:
Lim Chee Aun 2023-11-06 19:47:49 +08:00
parent 180466160b
commit 8f34d98f47

View file

@ -41,6 +41,7 @@
display: -webkit-box;
display: box;
overflow: hidden;
z-index: 2;
> * {
pointer-events: none;