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/partials') 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