1
0
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:
Dan Brown
2023-01-27 11:16:17 +00:00
parent 03ad288aaa
commit a3e7e754b9
7 changed files with 51 additions and 15 deletions

View File

@@ -268,6 +268,11 @@ body.flexbox {
}
}
.sticky-top-m {
position: sticky;
top: $-m;
}
/**
* Visibility
*/