Browse Source

components/modal: Changed opacity to 0.95 to work better on some monitors.

1.0
Gisle Aune 6 years ago
parent
commit
cdae732654
  1. 2
      marko/components/modal/style.less

2
marko/components/modal/style.less

@ -7,7 +7,7 @@ div.overlay {
padding-top: 1em;
z-index: 999;
background-color: rgba(0, 0, 0, 0.90);
background-color: rgba(0, 0, 0, 0.95);
overflow-y: scroll;

Loading…
Cancel
Save