mirror of
https://github.com/umap-project/umap.git
synced 2025-05-01 04:22:24 +02:00
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:
commit
360014901c
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue