mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 04:05:40 +01:00
Merge pull request #5383 from zhoumeina/notification_ui_refine
Notification should not hide content according to ux
This commit is contained in:
commit
7ee2e1053e
@ -1,9 +1,10 @@
|
||||
.global-message-alert {
|
||||
position: absolute;
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 999;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.alert-item {
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user