From f1335d65f5e98b4ebaa2ff1b20d2fe8496fa8984 Mon Sep 17 00:00:00 2001 From: lilia Date: Tue, 26 Jan 2016 18:23:57 -0800 Subject: [PATCH] Fix confirmation dialog z-index The large avatar icon on conversations was being rendered on top of the confirmation dialog. // FREEBIE --- stylesheets/_conversation.scss | 1 + stylesheets/manifest.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 8e4444b42..3ca331da3 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -591,6 +591,7 @@ width: 100%; background-color: rgba(0, 0, 0, 0.3); padding: 0 20px; + z-index: 10; .modal { max-width: 350px; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 04fe2feb5..fada03d94 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -1024,7 +1024,8 @@ input.search { height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); - padding: 0 20px; } + padding: 0 20px; + z-index: 10; } .confirmation-dialog .modal { max-width: 350px; margin: 100px auto;