(core) Fixing scrollbars on ace editor for windows users.

Summary: Fixing formula editor scrollbars for windows users.

Test Plan: Manual

Reviewers: georgegevoian

Reviewed By: georgegevoian

Subscribers: georgegevoian

Differential Revision: https://phab.getgrist.com/D3087
This commit is contained in:
Jarosław Sadziński
2021-10-24 23:56:46 +02:00
parent e5beafb256
commit 8eeeae7fbf
2 changed files with 11 additions and 2 deletions

View File

@@ -33,10 +33,13 @@
}
/* Make overflow hidden, since editor might be 1 pixel bigger due to fix for devices
* with different pixel ratio */
.formula_editor {
background-color: white;
padding: 4px 0 2px 21px;
z-index: 10;
overflow: hidden;
}
/* styles specific to the formula editor in the side panel */