Skip to content
Snippets Groups Projects
Commit 79aa6a7a authored by Loïc Correnson's avatar Loïc Correnson
Browse files

Merge branch 'fix/ivette/toolbar-suggestions-z-index' into 'master'

[ivette] ensure toolbar suggestions box is on top of Dive's legend

See merge request frama-c/frama-c!4646
parents 91d8aa5d 97eb97d7
No related branches found
No related tags found
No related merge requests found
...@@ -505,7 +505,7 @@ ...@@ -505,7 +505,7 @@
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
max-height: 120px; max-height: 120px;
z-index: +1; z-index: +10;
width: 0px; width: 0px;
background: var(--background-alterning-odd); background: var(--background-alterning-odd);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment