mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-12-23 23:02:08 +03:00
Improves sortable ux
- Fixes multi-select functionality. - Updated other books to be sticky. - Added some general intro/desc text. - Updated sort boxes to be collapsible. - Cleaned up other books styling.
This commit is contained in:
@@ -268,6 +268,11 @@ body.flexbox {
|
||||
}
|
||||
}
|
||||
|
||||
.sticky-top-m {
|
||||
position: sticky;
|
||||
top: $-m;
|
||||
}
|
||||
|
||||
/**
|
||||
* Visibility
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user