Position fixed for .toastify.toast

pull/17110/head
zorn-v 7 years ago committed by GitHub
parent 1b8d6df6cd
commit e2b4c958f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/css/toast.scss

@ -7,7 +7,7 @@
padding: 12px;
padding-right: 34px;
margin-top: 45px;
position: absolute;
position: fixed;
z-index: 9000;
border-radius: var(--border-radius);

Loading…
Cancel
Save