Browse Source

Fix notification width in small screen, close #8631

pull/8641/head
afc163 7 years ago
parent
commit
202230356a
  1. 1
      components/notification/style/index.less

1
components/notification/style/index.less

@ -14,6 +14,7 @@
position: fixed;
z-index: @zindex-notification;
width: @notification-width;
max-width: ~"calc(100vw - 32px)";
margin-right: 24px;
&-topLeft,

Loading…
Cancel
Save