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;