mirror of
https://github.com/langgenius/dify.git
synced 2026-07-21 02:28:30 +08:00
fix(web): hide broken table actions in Streamdown fullscreen (#38894)
This commit is contained in:
parent
85cc183501
commit
62bdbc8628
@ -615,6 +615,11 @@
|
||||
background-color: var(--color-background-section-burn);
|
||||
}
|
||||
|
||||
/* Hide Streamdown controls that cannot locate the portaled fullscreen table. */
|
||||
[data-streamdown='table-fullscreen'] [role='presentation'] > div:first-child > div {
|
||||
display: none;
|
||||
}
|
||||
|
||||
[data-streamdown='table-fullscreen'] table[data-streamdown='table'] {
|
||||
border-color: var(--color-divider-regular);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user