fix: Make editor editable in grid (#23085)

This commit is contained in:
Suraj Shetty 2023-11-03 14:30:28 +05:30 committed by GitHub
parent 2ab8c2a053
commit ff14c52059
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -349,6 +349,13 @@
display: none;
}
}
.editable-row {
.markdown-container {
position: relative;
z-index: 1;
}
}
}
@mixin base-grid() {