mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 05:26:19 +00:00
fix: Fixed the classification UI flickering issue (#24304)
This commit is contained in:
parent
90e93949cf
commit
97a0a53c70
@ -718,7 +718,13 @@ const TagPage = () => {
|
||||
onUpdate={(updatedData: Tag) =>
|
||||
Promise.resolve(updateTag(updatedData))
|
||||
}>
|
||||
<Col span={24} style={{ overflowY: 'auto' }}>
|
||||
<Col
|
||||
span={24}
|
||||
style={{
|
||||
overflowY: 'auto',
|
||||
overflowX: 'hidden',
|
||||
height: 'calc(100vh - 170px)',
|
||||
}}>
|
||||
<Tabs
|
||||
destroyInactiveTabPane
|
||||
activeKey={activeTab}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user