Skip to content

Commit 6a2e7d8

Browse files
committed
Fix: Sort div bottom #6
1 parent 556fc6b commit 6a2e7d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)