mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -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>
|
||||
|
||||
<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…
Add table
Add a link
Reference in a new issue