(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
pull/686/head
Dmitry S 8 months ago
parent 2705d41c34
commit 82c95ec074

@ -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{

Loading…
Cancel
Save