From 2415245a36951b31e5ee6f5bf2feb03c91fe7334 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 25 Nov 2020 11:38:18 +0100 Subject: [PATCH] chore: add comment about z-index --- src/client/theme-default/styles/vars.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/theme-default/styles/vars.css b/src/client/theme-default/styles/vars.css index 2a84f485..ab9f559d 100644 --- a/src/client/theme-default/styles/vars.css +++ b/src/client/theme-default/styles/vars.css @@ -25,7 +25,8 @@ --font-family-mono: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; /** - * Z Indexes + * Z Indexes Algolia SearchBox has a z-index of 200, so make sure not to go + * above that value. * --------------------------------------------------------------------- */ --z-index-navbar: 10;