diff --git a/assets/style.css b/assets/style.css index 7cab4f2..0ce9acb 100644 --- a/assets/style.css +++ b/assets/style.css @@ -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;