Merge pull request #5383 from zhoumeina/notification_ui_refine

Notification should not hide content according to ux
This commit is contained in:
Qian Deng 2018-07-24 10:00:33 -04:00 committed by GitHub
commit 7ee2e1053e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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