overleaf/services/web/frontend/stylesheets/app/editor/math-preview.less
David c07d2f3fa2 Merge pull request #19528 from overleaf/dp-equation-preview
Equation Preview

GitOrigin-RevId: 98e71e5d2c1a83d6c9fa685eeee1f4b93a5a3da1
2024-07-25 08:05:04 +00:00

10 lines
240 B
Text

.ol-cm-math-tooltip {
box-shadow: 0px 2px 4px 0px #1e253029;
border: 1px solid #e7e9ee !important;
border-radius: 4px;
background-color: white !important;
max-height: 400px;
max-width: 800px;
overflow: auto;
padding: 8px;
}