diff options
Diffstat (limited to 'src/frontend/app/components/layout/Drawer.css')
| -rw-r--r-- | src/frontend/app/components/layout/Drawer.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frontend/app/components/layout/Drawer.css b/src/frontend/app/components/layout/Drawer.css index 27ccce6..4f6bd5f 100644 --- a/src/frontend/app/components/layout/Drawer.css +++ b/src/frontend/app/components/layout/Drawer.css @@ -8,7 +8,9 @@ z-index: 99; opacity: 0; visibility: hidden; - transition: opacity 0.3s ease, visibility 0.3s ease; + transition: + opacity 0.3s ease, + visibility 0.3s ease; } .drawer-overlay.open { |
