From fd792accbed6aa65d94e9f8aea54e7e0c6f285c7 Mon Sep 17 00:00:00 2001 From: Natalie Date: Mon, 3 Feb 2020 10:06:27 -0500 Subject: [PATCH 1/3] change map z-index so layers browser menu is on top --- app/assets/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/style.css b/app/assets/stylesheets/style.css index 1d64451d24..b47a71628f 100644 --- a/app/assets/stylesheets/style.css +++ b/app/assets/stylesheets/style.css @@ -597,7 +597,7 @@ textarea, input { .inline-fullwidth-content { width:100vw !important; margin:0 calc((100% / 2) - 50vw) !important; - z-index:0 !important; + z-index: 10 !important; } @media (min-width: 992px) { From 913f7cfce3b0519a0a85a81d11b4a7a9c8bb75e3 Mon Sep 17 00:00:00 2001 From: Natalie Date: Mon, 3 Feb 2020 12:39:08 -0500 Subject: [PATCH 2/3] fix sidebar map-menu z-index layer bug --- app/assets/stylesheets/style.css | 4 ++-- app/views/layouts/application.html.erb | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/style.css b/app/assets/stylesheets/style.css index b47a71628f..464944bbf0 100644 --- a/app/assets/stylesheets/style.css +++ b/app/assets/stylesheets/style.css @@ -597,7 +597,7 @@ textarea, input { .inline-fullwidth-content { width:100vw !important; margin:0 calc((100% / 2) - 50vw) !important; - z-index: 10 !important; + /* z-index: 10 !important; */ } @media (min-width: 992px) { @@ -613,7 +613,7 @@ textarea, input { .sidebar-panel { background: rgba(255,255,255,0.8); - z-index: 9999; + z-index: 700; border-radius: 4px; padding: 10px; } diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 880baffcfe..a0ad8b3b60 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -90,7 +90,10 @@ From 5a479addb04e64f3554da293d1b1da269e1f95e6 Mon Sep 17 00:00:00 2001 From: Natalie Date: Tue, 4 Feb 2020 11:48:04 -0500 Subject: [PATCH 3/3] tag test change to wiki page, not comments --- test/system/post_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/post_test.rb b/test/system/post_test.rb index e78878f178..88936f7e21 100644 --- a/test/system/post_test.rb +++ b/test/system/post_test.rb @@ -44,7 +44,7 @@ def setup end test 'removing tags from the post' do - visit '/wiki/wiki-page-path/comments' + visit '/wiki/wiki-page-path' find('a#tags-open').click()