persist tab pane state, handle vertical scrolling in tab pane

This commit is contained in:
Ennea
2025-10-01 16:35:27 +02:00
parent 2cdc5bfcd9
commit 9f097b4df3
5 changed files with 33 additions and 12 deletions
@@ -119,7 +119,8 @@ main.auth {
/* tab list */
aside#tabs {
flex: 0 0 auto;
overflow: hidden;
overflow-x: hidden;
scrollbar-color: var(--fg-scrollbar) var(--bg-sidebar);
background-color: var(--bg-sidebar);
transition: width 250ms ease;