mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
ensure Dataframe headers are aligned with content when scrolling (#7478)
This commit is contained in:
parent
17b6840887
commit
ef85f336cf
6
.changeset/spicy-zebras-lay.md
Normal file
6
.changeset/spicy-zebras-lay.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/dataframe": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:ensure Dataframe headers are aligned with content when scrolling
|
@ -328,5 +328,6 @@
|
||||
left: 0;
|
||||
z-index: var(--layer-1);
|
||||
box-shadow: var(--shadow-drop);
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user