Merge pull request #635 from Corbe30/bugfix/select-cell-range-scroll

fixed #633: 'select cell range' does not scroll
This commit is contained in:
Sanchit Agarwal 2024-11-25 14:16:58 +05:30 committed by GitHub
commit 9b677743e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,7 +129,7 @@
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.333);
outline: 0;
position: absolute;
position: fixed;
color: #000;
padding: 30px 42px;
z-index: 100003;