Skip to content

Commit

Permalink
Fix: notificaion postition (#14306)
Browse files Browse the repository at this point in the history
(cherry picked from commit c730c4c)
  • Loading branch information
chirag-madlani committed Dec 7, 2023
1 parent 63c4b06 commit e371912
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@
}

.asset-tab-delete-notification {
position: absolute;
z-index: 1001;
position: sticky;
&.visible {
opacity: 1;
}
Expand Down

0 comments on commit e371912

Please sign in to comment.