diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-28 23:36:15 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-20 00:48:43 +1000 |
| commit | 56be93c99aeb12d6f3bf65ead283364b75d9cbe1 (patch) | |
| tree | 1d72b5f61378245dffab67948bd3262385f0cbdc /Pages/Component/Dialog.razor.css | |
| parent | 6af0c3ec95eac6bf2979869a970ba65cfaeae3f4 (diff) | |
Fixed dialog bug causing dialogs to be shown briefly during page load
Diffstat (limited to 'Pages/Component/Dialog.razor.css')
| -rw-r--r-- | Pages/Component/Dialog.razor.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Pages/Component/Dialog.razor.css b/Pages/Component/Dialog.razor.css index ff34843..22d59f0 100644 --- a/Pages/Component/Dialog.razor.css +++ b/Pages/Component/Dialog.razor.css @@ -5,17 +5,10 @@ display: flex; flex-direction: column; left: 50%; - opacity: 0; padding: 20px; position: absolute; top: 50%; transform: translate(-50%, -50%); transition: visibility 0.1s, opacity 0.1s linear; - visibility: hidden; width: 450px; } - -div.visible { - opacity: 1; - visibility: visible; -} |
