mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user