mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(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:
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…
Reference in New Issue
Block a user