mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-02 21:53:30 +00:00
FIXED: notificaion adding extra scroll to asset tab (#14301)
This commit is contained in:
parent
59081ab3d7
commit
666b82a35e
@ -80,29 +80,23 @@
|
||||
}
|
||||
}
|
||||
|
||||
.domain-asset-page-layout {
|
||||
.asset-tab-delete-notification {
|
||||
.ant-affix {
|
||||
left: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.asset-tab-delete-notification {
|
||||
position: absolute;
|
||||
z-index: 1001;
|
||||
&.visible {
|
||||
bottom: 64px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
border-radius: 10px;
|
||||
background: #292929;
|
||||
height: 64px;
|
||||
width: 350px;
|
||||
bottom: -300px;
|
||||
bottom: 64px;
|
||||
opacity: 0;
|
||||
margin: 0 auto;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
transition: bottom ease-in 0.5s;
|
||||
transition: opacity ease-in 0.1s;
|
||||
|
||||
& > div {
|
||||
padding: 15px 20px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user