File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ input[type="search"]::-webkit-search-cancel-button {
227227/* Note List Container*/
228228.note-list-pin {
229229 max-height : 300px ; /* Set the desired maximum height */
230- overflow-y : auto ; /* Enable vertical scrolling */
230+ overflow-y : scroll ; /* Enable vertical scrolling */
231231 margin : 10px 0 ; /* Add margin for spacing */
232232 padding-left : 0 ;
233233 list-style : none; /* Remove default list styles */
@@ -236,7 +236,7 @@ input[type="search"]::-webkit-search-cancel-button {
236236
237237/* Note List Container*/
238238.note-list-other {
239- overflow-y : auto ; /* Enable vertical scrolling */
239+ overflow-y : scroll ; /* Enable vertical scrolling */
240240 margin : 10px 0 ; /* Add margin for spacing */
241241 padding-left : 0 ;
242242 list-style : none; /* Remove default list styles */
You can’t perform that action at this time.
0 commit comments