.ol-cm-math-tooltip-container { position: relative; border-radius: var(--border-radius-base); max-height: 400px; max-width: 800px; overflow: visible; } .ol-cm-math-tooltip { display: flex; gap: var(--spacing-04); overflow: auto; padding: var(--spacing-04); .dropdown { position: static; } } .math-tooltip-options-toggle { border: none; padding: 0; width: 20px; height: 20px; &::after { content: none; } } .math-tooltip-options-keyboard-shortcut { color: $content-secondary; font-size: var(--font-size-02); }