Skip to content

Commit

Permalink
Semi-collapsed options panel doesn't shadow the graph
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Feb 14, 2024
1 parent 5a023f3 commit d68e991
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions modules/analyze/html/adalanche.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ body {
height: 100vh;
}

#optionspanel {
max-height: 100vh;
max-width: 20em;
min-width: 20em;
width: 20em;
display: inline-block;
}

#windows {
width: 100vw;
height: 100vh;
Expand Down Expand Up @@ -145,12 +153,6 @@ body {
white-space: nowrap;
}

.fw-250 {
max-width: 20em;
width: 20em;
display: inline-block;
}

#upperstatus {
position: absolute;
left: 50%;
Expand Down
2 changes: 1 addition & 1 deletion modules/analyze/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<div id="optionstogglevisibility" class="d-inline-block align-top bs-bg-dark border p-1 pe-auto">
Options
</div>
<div id="optionspanel" class="bg-dark fw-250 fullheight overflow-y-auto pe-auto">
<div id="optionspanel" class="bg-dark overflow-y-auto pe-auto">
<div id="optionscontent" class="w-100">
<details class="collapse-panel">
<summary class="collapse-header bg-primary text-dark p-1 border-bottom">
Expand Down

0 comments on commit d68e991

Please sign in to comment.