Skip to content

Commit

Permalink
Fixed pane scroll issue (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen-murali-ind authored Dec 22, 2023
1 parent 9852ce2 commit fb77dcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/components/_pane.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
}

&__body {
--neeto-ui-pane-body-height: calc(100vh - var(--neeto-ui-pane-header-height));
width: 100%;
height: var(--neeto-ui-pane-body-height);
padding: var(--neeto-ui-pane-body-padding-y) var(--neeto-ui-pane-body-padding-x);
Expand Down

0 comments on commit fb77dcf

Please sign in to comment.