fix (console): react table header offset in Run SQL result UI

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7454
GitOrigin-RevId: 79a3e825c0dbc20cf25039de64a5bb776010015d
This commit is contained in:
Vijay Prasanna 2023-01-06 11:13:23 +05:30 committed by hasura-bot
parent cda38563bc
commit f3bdd3d11d

View File

@ -22,7 +22,7 @@
.ReactTable .rt-noData {
padding: 0;
top: 93px;
top: 105px;
background: none;
}
@ -50,7 +50,6 @@
.ReactTable .rt-thead.-header {
box-shadow: none;
min-height: 32px;
top: 59px;
position: sticky;
z-index: 1;
}