mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 07:09:02 +02:00
c07d2f3fa2
Equation Preview GitOrigin-RevId: 98e71e5d2c1a83d6c9fa685eeee1f4b93a5a3da1
11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
.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;
|
|
}
|