chore(ribbon): remove top transition completely

This commit is contained in:
Elian Doran 2025-12-09 11:38:04 +02:00
parent 8df5a010c9
commit fb6c82740c
No known key found for this signature in database

View File

@ -1,7 +1,6 @@
.ribbon-container { .ribbon-container {
margin-bottom: 5px; margin-bottom: 5px;
position: relative; position: relative;
transition: top 0.2s ease;
z-index: 8; z-index: 8;
} }