ensure Dataframe headers are aligned with content when scrolling (#7478)

This commit is contained in:
pngwn 2024-02-19 21:59:56 +00:00 committed by GitHub
parent 17b6840887
commit ef85f336cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/dataframe": patch
"gradio": patch
---
fix:ensure Dataframe headers are aligned with content when scrolling

View File

@ -328,5 +328,6 @@
left: 0;
z-index: var(--layer-1);
box-shadow: var(--shadow-drop);
overflow: hidden;
}
</style>