Skip to content

Commit 2533724

Browse files
authored
fix: increase sidebar width to prevent menu overflow (#2247)
1 parent ffd430d commit 2533724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library-authoring/LibraryAuthoringPage.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
.library-authoring-sidebar {
1515
z-index: 1000; // same as header
16-
flex: 450px 0 0;
16+
flex: 455px 0 0;
1717
position: sticky;
1818
top: 0;
1919
right: 0;

0 commit comments

Comments
 (0)