Skip to content

Commit

Permalink
FIXED: notificaion adding extra scroll to asset tab (open-metadata#14301
Browse files Browse the repository at this point in the history
)
  • Loading branch information
chirag-madlani authored and Shiyang Xiao committed Dec 12, 2023
1 parent 7546c0e commit 762a3ff
Showing 1 changed file with 5 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 762a3ff

Please sign in to comment.