FIXED: notificaion adding extra scroll to asset tab (#14301)

This commit is contained in:
Chirag Madlani 2023-12-07 17:10:35 +05:30 committed by GitHub
parent 59081ab3d7
commit 666b82a35e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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