From 6658d61e43e8781141319cc2e2cc02736cc0db33 Mon Sep 17 00:00:00 2001 From: Pat Lathem Date: Fri, 16 Oct 2015 12:54:55 -0500 Subject: Add z-index to command-box so that elements behind it do not show through autocomplete popup --- web/sass-files/sass/partials/_command-box.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'web/sass-files/sass') diff --git a/web/sass-files/sass/partials/_command-box.scss b/web/sass-files/sass/partials/_command-box.scss index f1aa4dca2..41e1631b5 100644 --- a/web/sass-files/sass/partials/_command-box.scss +++ b/web/sass-files/sass/partials/_command-box.scss @@ -5,6 +5,7 @@ border: $border-gray; bottom: 38px; overflow: auto; + z-index: 100 @extend %popover-box-shadow; .sidebar--right & { bottom: 100px; -- cgit v1.2.3-1-g7c22 From 4e1e6b6354450cc17e0fe2e0425c245b16a10c6f Mon Sep 17 00:00:00 2001 From: Pat Lathem Date: Fri, 16 Oct 2015 13:04:01 -0500 Subject: Add semi-colon --- web/sass-files/sass/partials/_command-box.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/sass-files/sass') diff --git a/web/sass-files/sass/partials/_command-box.scss b/web/sass-files/sass/partials/_command-box.scss index 41e1631b5..184fb55eb 100644 --- a/web/sass-files/sass/partials/_command-box.scss +++ b/web/sass-files/sass/partials/_command-box.scss @@ -5,7 +5,7 @@ border: $border-gray; bottom: 38px; overflow: auto; - z-index: 100 + z-index: 100; @extend %popover-box-shadow; .sidebar--right & { bottom: 100px; -- cgit v1.2.3-1-g7c22