feat: add scroll for lower heights

This commit is contained in:
MAZE
2024-02-24 20:22:36 +03:30
parent d055e66dd9
commit 758f2f48dc
4 changed files with 36 additions and 54 deletions

View File

@@ -1,5 +1,6 @@
.divider {
width: 100%;
height: 1px;
min-height: 1px;
background-color: var(--color-neutral-200);
}