Disable pointer-events on bookmark tooltip

This commit is contained in:
Sascha Ißbrücker 2024-03-22 23:55:46 +01:00
parent 39e8f03345
commit eb0b092d17

View file

@ -153,6 +153,7 @@ li[ld-bookmark-item] {
font-size: $font-size-sm; font-size: $font-size-sm;
font-style: normal; font-style: normal;
white-space: normal; white-space: normal;
pointer-events: none;
animation: 0.3s ease 0s appear; animation: 0.3s ease 0s appear;
} }
} }