Skip to content

Commit

Permalink
Merge pull request #2665 from snypy/fix-share-view
Browse files Browse the repository at this point in the history
Fixes share view scroll layout
  • Loading branch information
nezhar authored Apr 1, 2024
2 parents 8a0959b + 5beec8e commit 49a13ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/fullscreen/fullscreen.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="row">
<div class="col-12 full-height remove-side-padding">
<app-snippet-options></app-snippet-options>
<ng-scrollbar style="max-height: calc(100vh - 220px)" visibility="hover" class="snypy-scrollbar">
<ng-scrollbar style="height: calc(100vh - 155px)" visibility="hover" class="snypy-scrollbar">
<app-snippet></app-snippet>
</ng-scrollbar>
</div>
Expand Down

0 comments on commit 49a13ea

Please sign in to comment.