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> <ombi-image-background></ombi-image-background>
<div class="small-middle-container"> <div class="small-middle-container">

@ -1,9 +1,11 @@
@import "./styles/variables.scss"; @import "./styles/variables.scss";
.small-middle-container{ .small-middle-container{
height:100vh; height:100vh;
overflow: auto; /* or overflow: auto; */
} }
.row{ .row{
overflow: auto; /* or overflow: auto; */
display:flex; display:flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

Loading…
Cancel
Save