Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
Increase z-index for `.definitions`
  • Loading branch information
tomasvana10 committed Mar 10, 2024
1 parent f5ce6d3 commit 65601c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cword_webapp/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -115,6 +114,7 @@ button:hover {
overflow: hidden;
max-height: 78vmin;
width: 95vmin;
z-index: 100;
}

.wrapper_def {
Expand Down

0 comments on commit 65601c8

Please sign in to comment.