mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-03 14:13:06 +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 {
|
.asset-tab-delete-notification {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 1001;
|
||||||
&.visible {
|
&.visible {
|
||||||
bottom: 64px;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: #292929;
|
background: #292929;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
width: 350px;
|
width: 350px;
|
||||||
bottom: -300px;
|
bottom: 64px;
|
||||||
|
opacity: 0;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
transition: bottom ease-in 0.5s;
|
transition: opacity ease-in 0.1s;
|
||||||
|
|
||||||
& > div {
|
& > div {
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user