summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-02-21 13:42:04 -0600
committerGunnar Mills <gmills@us.ibm.com>2018-02-27 14:37:10 -0600
commit25fdeb8e3b26ae37d244bf0a54fa36c3b7789c1c (patch)
treedd4f6790cddb31cdaa582cd9253b1cf00b1067fb
parent43a2ed12e55e23b64419cc3493ca75d180e47a16 (diff)
downloadphosphor-webui-25fdeb8e3b26ae37d244bf0a54fa36c3b7789c1c.tar.gz
phosphor-webui-25fdeb8e3b26ae37d244bf0a54fa36c3b7789c1c.zip
Add "block" to active modals
When a modal is active make it blocked so it can be viewed. The modals such as confirming activating an image were not visible. This change makes those modal visible when active. Tested: Activated several images on a Witherspoon system. Change-Id: I6667af017ea397344df6b6ed7e08949ffb4a3c55 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--app/common/styles/elements/modals.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/common/styles/elements/modals.scss b/app/common/styles/elements/modals.scss
index 3ca3092..396b46e 100644
--- a/app/common/styles/elements/modals.scss
+++ b/app/common/styles/elements/modals.scss
@@ -39,6 +39,7 @@
.modal.active{
top: 25%;
@include fastTransition-all;
+ display: block;
}
.modal .page-header {
@@ -76,4 +77,4 @@
margin-right: 0;
}
}
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud