File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
border-left : 1px solid # dcdcde ;
34
34
border-bottom : 1px solid # dcdcde ;
35
35
display : flex;
36
+ overflow-y : auto;
36
37
flex-direction : column;
37
38
flex-shrink : 0 ;
38
39
transition : transform 200ms ease-in-out;
@@ -225,7 +226,7 @@ input[type="search"]::-webkit-search-cancel-button {
225
226
226
227
/* Note List Container*/
227
228
.note-list-pin {
228
- height : 300px ; /* Set the desired maximum height */
229
+ max- height: 300px ; /* Set the desired maximum height */
229
230
overflow-y : auto; /* Enable vertical scrolling */
230
231
margin : 10px 0 ; /* Add margin for spacing */
231
232
padding-left : 0 ;
@@ -241,7 +242,6 @@ input[type="search"]::-webkit-search-cancel-button {
241
242
list-style : none; /* Remove default list styles */
242
243
}
243
244
244
-
245
245
/* Add this to your existing CSS */
246
246
.note-list-item {
247
247
height : auto;
@@ -343,7 +343,7 @@ input[type="search"]::-webkit-search-cancel-button {
343
343
}
344
344
345
345
.pin-btn : hover {
346
- color : blue ; /* Change to any hover color */
346
+ color : # 777 ; /* Change to any hover color */
347
347
}
348
348
349
349
button {
You can’t perform that action at this time.
0 commit comments