[Fix]: the height issue for resizable tables (#3875)

This commit is contained in:
Rajat Dabade 2023-11-02 22:25:22 +05:30 committed by GitHub
parent 71e487dc0c
commit b5654c8bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
.query-table {
position: relative;
height: inherit;
.query-table--download {
position: absolute;
top: 15px;