mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
GEN-1559: Remove the scrollbar displayed in the banner view (#18400)
* Remove the scrollbar displayed to the root element * Fix the alignment issue in advanced search modal in case of custom property * fix scroll issue due to banner oversize and remove unwnated css --------- Co-authored-by: Ashish Gupta <ashish@getcollate.io>
This commit is contained in:
parent
678d87f4b9
commit
9b1ac250b7
@ -49,7 +49,7 @@ const WelcomeScreen = ({ onClose }: WelcomeScreenProps) => {
|
||||
onClick={onClose}
|
||||
/>
|
||||
}>
|
||||
<Row className="p-md welcome-screen-full-height" gutter={16}>
|
||||
<Row className="p-md welcome-screen-full-height">
|
||||
<Col span={12}>
|
||||
<img
|
||||
alt="welcome screen image"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user