overleaf/services/web/frontend/stylesheets/app/editor/math-preview.less
David d2289379cd Merge pull request #19633 from overleaf/dp-tooltip-colour
Update styling for math-preview tooltip in dark editor themes

GitOrigin-RevId: bfd02793d1438cfeee173210f57b1fbb4c28ccc3
2024-08-06 08:05:16 +00:00

7 lines
121 B
Text

.ol-cm-math-tooltip {
border-radius: 4px;
max-height: 400px;
max-width: 800px;
overflow: auto;
padding: 8px;
}