From 65601c87e88763348061957aa00773c001196cac Mon Sep 17 00:00:00 2001 From: tomasv Date: Sun, 10 Mar 2024 15:23:01 +1100 Subject: [PATCH] Update styles.css Increase z-index for `.definitions` --- src/cword_webapp/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cword_webapp/static/styles.css b/src/cword_webapp/static/styles.css index 3ee4587ee..65fee64f5 100644 --- a/src/cword_webapp/static/styles.css +++ b/src/cword_webapp/static/styles.css @@ -70,7 +70,6 @@ button:hover { grid-template-columns: repeat(var(--dimensions), var(--grid_size)); grid-template-rows: repeat(var(--dimensions), var(--grid_size)); gap: 0 0; - z-index: 10; } .wrapper_grid { @@ -115,6 +114,7 @@ button:hover { overflow: hidden; max-height: 78vmin; width: 95vmin; + z-index: 100; } .wrapper_def {