(core) Allow scrolling the grid horizontally while column-shadow is under the cursor

Test Plan: Tested manually in Firefox.

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D4056
This commit is contained in:
Dmitry S 2023-09-26 02:04:21 -04:00
parent 2705d41c34
commit 82c95ec074

View File

@ -282,6 +282,7 @@
top: 0px;
background-color: var(--grist-theme-table-drag-drop-shadow, #F0F0F0);
opacity: 0.5;
pointer-events: none; /* allow scrolling the grid while column_shadow is under the cursor */
}
.row_indicator_line{