Fix: notificaion postition (#14306)

This commit is contained in:
Chirag Madlani 2023-12-07 18:58:33 +05:30 committed by GitHub
parent d544220690
commit c730c4c4ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,8 +81,7 @@
}
.asset-tab-delete-notification {
position: absolute;
z-index: 1001;
position: sticky;
&.visible {
opacity: 1;
}