fix: Fixed the classification UI flickering issue (#24304)

This commit is contained in:
Rohit Jain 2025-11-13 11:10:34 +05:30 committed by GitHub
parent 90e93949cf
commit 97a0a53c70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}