mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
console: make browse rows table header sticky
[DSF-440]: https://hasurahq.atlassian.net/browse/DSF-440?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9655 GitOrigin-RevId: 5be5b6dce430a7c8066a047a3f2d4388dfb1b144
This commit is contained in:
parent
2138caab8b
commit
3a81007de7
@ -14,7 +14,7 @@
|
||||
}
|
||||
|
||||
.ReactTable .pagination-top {
|
||||
top: 0;
|
||||
top: -20px;
|
||||
position: sticky;
|
||||
background-color: #f8fafb;
|
||||
z-index: 1;
|
||||
@ -51,6 +51,7 @@
|
||||
box-shadow: none;
|
||||
min-height: 32px;
|
||||
position: sticky;
|
||||
top: 40px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user