Skip to content

Commit

Permalink
making legend rows scrollable, refs #26801
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianh committed Apr 16, 2021
1 parent 2b020d1 commit e8a0ecd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/cbPyLib/cellbrowser/cbWeb/css/cellBrowser.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,17 @@ input[type=checkbox], input[type=radio] {
overflow-y: auto;
}

#tpLegendContent {
#tpLegendRows {
width: 100%;
overflow-y: auto;
height: 100%;
}

#tpLegendContent {
width: 100%;
height: 100%;
}

#tpLeftTabs {
border: 0;
height: 100%;
Expand Down

0 comments on commit e8a0ecd

Please sign in to comment.