properly handle overflow on sidebar items (#971)

This commit is contained in:
jeffvli
2025-06-29 18:56:46 -07:00
parent 88be98f703
commit 8eb591bd08
5 changed files with 39 additions and 6 deletions
@@ -1,3 +1,5 @@
@value label from './sidebar-item.module.css';
.list {
padding: var(--theme-spacing-sm) var(--theme-spacing-md);
}
@@ -8,6 +10,12 @@
width: 100%;
}
.row-hover {
:global(.label) {
margin-right: 135px;
}
}
.controls {
position: absolute;
top: 50%;