Skip to content

Commit

Permalink
Apply max height to variables panel. (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja authored Oct 12, 2024
1 parent 21b8b85 commit ca25376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/config/ViewOptionsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ class ViewOptionsPanel extends Component<Props, State> {
{uiState.variablesPanelOpen && (
<div
style={{
maxHeight: "30vh",
overflowY: "scroll",
position: "absolute",
top: "0",
Expand Down

0 comments on commit ca25376

Please sign in to comment.