From cdae73265454e93e6ceda8a13a8d9944b7784992 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Wed, 17 Oct 2018 21:22:24 +0200 Subject: [PATCH] components/modal: Changed opacity to 0.95 to work better on some monitors. --- marko/components/modal/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marko/components/modal/style.less b/marko/components/modal/style.less index 2c11ff3..bf2b635 100644 --- a/marko/components/modal/style.less +++ b/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;