File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 183183 mask-image : linear-gradient (to top , var (--background ) calc (100% - 1rem ), transparent 100% );
184184 padding-top : 2rem ;
185185 height : 100% ;
186- overflow-y : scroll ;
186+ overflow-y : auto ;
187187 overflow-x : hidden ;
188188 padding-right : var (--padding-less );
189189
Original file line number Diff line number Diff line change 103103 flex-direction : row ;
104104 border-right : var (--border-width ) solid var (--border-color );
105105 max-height : 100vh ;
106- overflow-y : hidden ;
107106
108107 .sidebar {
109108 display : inline-flex ;
120119 padding-right : var (--gap );
121120 flex : 1 ;
122121 width : 100% ;
123- overflow-y : scroll ;
122+ height : fit-content ;
123+ overflow-y : auto ;
124124 overflow-x : hidden ;
125125 gap : var (--gap );
126126 }
Original file line number Diff line number Diff line change 516516 padding-top : 15px ;
517517 min-height : 0 ;
518518 width : 100% ;
519- overflow-y : scroll ;
519+ overflow-y : auto ;
520520 flex-grow : 1 ;
521521 display : flex ;
522522 flex-direction : column ;
You can’t perform that action at this time.
0 commit comments