Skip to content

Commit

Permalink
Merge pull request #1327 from snypy/fixes-content-scroll
Browse files Browse the repository at this point in the history
Fixes content area scroll height
  • Loading branch information
nezhar authored Jun 3, 2022
2 parents 7dd7832 + 5ee6d4e commit 1b01687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/content/content.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="col-12 full-height remove-side-padding">
<app-header></app-header>
<app-snippet-options></app-snippet-options>
<perfect-scrollbar style="max-height: calc(100vh - 262px); padding-right: 15px">
<perfect-scrollbar style="max-height: calc(100vh - 270px); padding-right: 15px">
<app-snippet></app-snippet>
</perfect-scrollbar>
<app-footer></app-footer>
Expand Down

0 comments on commit 1b01687

Please sign in to comment.