Update landingpage.component.html To Page Scrolling. (#5127)

pull/5050/head
Joel Samson 6 months ago committed by GitHub
parent 0a538195c9
commit 0db5928600
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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">

@ -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;
@ -87,4 +89,4 @@ span, b, i, p {
.logo-container{
display:flex;
justify-content: center;
}
}

Loading…
Cancel
Save