mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
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:
parent
cda38563bc
commit
f3bdd3d11d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user