Skip to content

Commit

Permalink
Update landingpage.component.html To Page Scrolling. (#5127)
Browse files Browse the repository at this point in the history
  • Loading branch information
ExtremeFiretop committed Jul 8, 2024
1 parent 0a53819 commit 0db5928
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div *ngIf="landingPageSettings && customizationSettings" style="overflow:hidden">
<div *ngIf="landingPageSettings && customizationSettings" style="overflow: auto !important;">
<ombi-image-background></ombi-image-background>

<div class="small-middle-container">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
@import "./styles/variables.scss";
@import "./styles/variables.scss";
.small-middle-container{
height:100vh;
overflow: auto; /* or overflow: auto; */
}

.row{
overflow: auto; /* or overflow: auto; */
display:flex;
align-items: center;
justify-content: center;
Expand Down Expand Up @@ -87,4 +89,4 @@ span, b, i, p {
.logo-container{
display:flex;
justify-content: center;
}
}

0 comments on commit 0db5928

Please sign in to comment.