fix: increase sidebar width to prevent menu overflow (#2247)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
.library-authoring-sidebar {
|
||||
z-index: 1000; // same as header
|
||||
flex: 450px 0 0;
|
||||
flex: 455px 0 0;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
||||
Reference in New Issue
Block a user