mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-24 22:51:23 +08:00
Fixed issue that caused quick-sort buttons to not be clickable
Fixes #1639
This commit is contained in:
@ -235,6 +235,7 @@
|
||||
padding: $-m $-xl;
|
||||
position: relative;
|
||||
&::before {
|
||||
pointer-events: none;
|
||||
content: '';
|
||||
border-radius: 4px;
|
||||
opacity: 0.5;
|
||||
|
Reference in New Issue
Block a user