style: The search panel exceeds the entire page (#302)
This commit is contained in:
parent
772f0a9a5e
commit
0b5d290d30
1 changed files with 4 additions and 0 deletions
|
|
@ -123,4 +123,8 @@ top-20 left-4 md:left-[unset] right-4 shadow-2xl rounded-2xl p-2">
|
||||||
input:focus {
|
input:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
.search-panel {
|
||||||
|
max-height: calc(100vh - 100px);
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue