mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
fixed double scroll
This commit is contained in:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user