mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
d2289379cd
Update styling for math-preview tooltip in dark editor themes GitOrigin-RevId: bfd02793d1438cfeee173210f57b1fbb4c28ccc3
7 lines
121 B
Text
7 lines
121 B
Text
.ol-cm-math-tooltip {
|
|
border-radius: 4px;
|
|
max-height: 400px;
|
|
max-width: 800px;
|
|
overflow: auto;
|
|
padding: 8px;
|
|
}
|