File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
frontend/taskdeck-web/src/components/shell Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -361,6 +361,10 @@ defineExpose({
361361<style scoped>
362362.td-sidebar {
363363 width : var (--td-sidebar-width );
364+ position : sticky ;
365+ top : 0 ;
366+ height : 100vh ;
367+ height : 100 dvh;
364368 background : var (--td-surface-container );
365369 color : var (--td-text-primary );
366370 display : flex ;
@@ -429,6 +433,7 @@ defineExpose({
429433
430434.td-sidebar__nav {
431435 flex : 1 ;
436+ overflow-y : auto ;
432437 padding-top : var (--td-space-5 );
433438 display : flex ;
434439 flex-direction : column ;
@@ -538,6 +543,7 @@ defineExpose({
538543}
539544
540545.td-sidebar__footer {
546+ flex-shrink : 0 ;
541547 padding : var (--td-space-3 );
542548 border-top : 1px solid var (--td-border-ghost );
543549 display : flex ;
@@ -557,6 +563,7 @@ defineExpose({
557563 top : 0 ;
558564 left : 0 ;
559565 bottom : 0 ;
566+ height : auto ;
560567 transform : translateX (-100% );
561568 transition : transform 0.25s ease ;
562569 z-index : 50 ;
You can’t perform that action at this time.
0 commit comments