Update style.css

This commit is contained in:
2025-11-02 21:37:13 +08:00
committed by GitHub
parent 34c960b8c3
commit b9cca8d0a9

View File

@@ -171,6 +171,13 @@ hr.header-divider {
color: #ff9800;
}
/* === Collapsible Legend Fix === */
.collapsible-legend {
position: relative; /* Establish a stacking context */
z-index: 2; /* Ensure it's above sibling content */
cursor: pointer; /* Indicate it's clickable */
}
#amily2_chat_optimiser .color-controls-container {
flex-direction: row !important;