Browse Source

Fix the modals being too high. Closes #1664

pull/1678/head
Gabe Kangas 5 years ago
parent
commit
3ab5298f7f
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 1
      webroot/styles/app.css

1
webroot/styles/app.css

@ -357,7 +357,6 @@ header { @@ -357,7 +357,6 @@ header {
width: 50%;
overflow: hidden;
box-sizing: border-box;
top: -15%;
}
.modal__close {
background: transparent;

Loading…
Cancel
Save