Skip to content

Commit

Permalink
Closes #33; added overflow-auto to layer/cell-list
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi committed Aug 31, 2023
1 parent b71d66b commit 2054ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/33.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed overflow behavior of cell/layer-list
2 changes: 1 addition & 1 deletion src/kweb/templates/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div id="menu" class = "row"></div>
</div>
</div>
<div id="rightpanel" role="tablist" class="col-2 rounded shadow bg-default py-2">
<div id="rightpanel" role="tablist" class="col-2 rounded shadow bg-default py-2 overflow-auto h-100">
<ul class="nav nav-tabs" id="navigator" role="tablist">
<li class="nav-item">
<button class="nav-link active" id="layers-tab" data-bs-toggle="tab" data-bs-target="#layers-tab-pane" type="button" role="tab" aria-controls="layers-tab-pane" aria-selected="true">Layers</button>
Expand Down

0 comments on commit 2054ac0

Please sign in to comment.