fix: increase sidebar width to prevent menu overflow (#2247)

This commit is contained in:
Rômulo Penido
2025-07-03 10:27:01 +02:00
committed by GitHub
parent ffd430d321
commit 2533724203

View File

@@ -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;