mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Update landingpage.component.html To Page Scrolling. (#5127)
This commit is contained in:
parent
0a538195c9
commit
0db5928600
2 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||||
|
@ -87,4 +89,4 @@ span, b, i, p {
|
||||||
.logo-container{
|
.logo-container{
|
||||||
display:flex;
|
display:flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue