fix: Make editor editable in grid (#23085)
This commit is contained in:
parent
2ab8c2a053
commit
ff14c52059
1 changed files with 7 additions and 0 deletions
|
|
@ -349,6 +349,13 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.editable-row {
|
||||
.markdown-container {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@mixin base-grid() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue