Update fire-animation.css

This commit is contained in:
Joshua Hare 2025-06-17 10:50:30 +10:00 committed by GitHub
parent bf6c0887d6
commit 1bd387b848
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
justify-content: center;
position: relative;
height: 130px; /* Overall height of the animation area */
/* overflow: hidden; */ /* Hide parts extending beyond the container */
overflow: hidden; /* Hide parts extending beyond the container */
background-color: #270537; /* Optional: Add a background */
border-radius: 4px;
border: 1px solid #444;