diff --git a/static/css/fire-animation.css b/static/css/fire-animation.css index dcc95ce..fefd4c3 100644 --- a/static/css/fire-animation.css +++ b/static/css/fire-animation.css @@ -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;