fix: improve workspace session restoration and scrolling behavior

This commit is contained in:
mr. m
2025-03-25 19:51:03 +01:00
parent a6e03680eb
commit 1473675094
5 changed files with 33 additions and 16 deletions

View File

@@ -130,6 +130,9 @@
overflow: hidden;
display: flex;
gap: 0.5ch;
overflow-x: auto;
scrollbar-width: none;
scroll-behavior: smooth;
}
}