fixed double scroll

This commit is contained in:
2025-01-22 13:21:30 -07:00
parent 3340dcd264
commit 4ed40bd24b
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ export default function Modal({
<div
className={
" fixed inset-0 flex items-center justify-center transition-all duration-400 h-screen w-svw " +
" fixed inset-0 flex items-center justify-center transition-all duration-400 h-screen w-screen " +
" bg-black" +
(modalControl.isOpen
? " bg-opacity-50 z-50 "