Fix search results scrolling behavior
This commit is contained in:
parent
e8af959be6
commit
06b47d96a7
@ -233,6 +233,8 @@ body {
|
||||
|
||||
.sidebar-content {
|
||||
padding: 1rem;
|
||||
overflow-y: auto;
|
||||
flex: 1; /* Take up remaining vertical space */
|
||||
}
|
||||
|
||||
.edit-form {
|
||||
@ -368,7 +370,7 @@ body {
|
||||
.places-list {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: -1rem;
|
||||
margin: -1rem -1rem 0 -1rem;
|
||||
}
|
||||
|
||||
.places-list li {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user