Merge pull request #2076 from umap-project/table-input-position

fix: remove position fixed for input and textarea in tableeditor
This commit is contained in:
Yohan Boniface 2024-08-30 15:38:47 +02:00 committed by GitHub
commit 360014901c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,8 +56,6 @@
.umap-table-editor textarea, .umap-table-editor textarea,
.umap-table-editor input[type=text] { .umap-table-editor input[type=text] {
border-radius: initial; border-radius: initial;
width: initial;
position: fixed;
} }
.umap-table-editor th button { .umap-table-editor th button {
transform: rotate(90deg); transform: rotate(90deg);