style: The search panel exceeds the entire page (#302)
Some checks failed
Code quality / quality (push) Failing after 4s
Build and Check / Astro Check for Node.js 22 (push) Failing after 5s
Build and Check / Astro Check for Node.js 23 (push) Failing after 5s
Build and Check / Astro Build for Node.js 22 (push) Failing after 4s
Build and Check / Astro Build for Node.js 23 (push) Failing after 4s

This commit is contained in:
jump-and-jump
2025-04-28 18:49:15 +08:00
committed by GitHub
parent 772f0a9a5e
commit 0b5d290d30

View File

@@ -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>