Skip to content

Commit

Permalink
legend auto overflow
Browse files Browse the repository at this point in the history
better than "scroll" to hide the scroll bar if not needed
  • Loading branch information
clavay authored and trombastic committed May 24, 2024
1 parent 5916ca5 commit eb7ae32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscada/hmi/static/pyscada/css/pyscada/pyscada-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ html,body {

.legend-sidebar .legend {
max-height: 450px;
overflow-y: scroll;
overflow-y: auto;
}

.legendTitle {
Expand Down

0 comments on commit eb7ae32

Please sign in to comment.