Skip to content
Snippets Groups Projects
Commit 4249cc1a authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Fixed: Fußleiste der Startseite ist jetzt dynamisch platziert

parent af851f88
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -7,9 +7,27 @@
@aufruf-winter-aufruf-action-btn-hover-border-color: @base-aufruf-winter-border-color;
@aufruf-winter-quicktip-border-color: @base-aufruf-winter-color!important;
@new-feature-badge-background-color: @base-new-feature-badge-background-color;
html {
min-height: 100%;
height: auto;
display: flex;
}
body {
flex-grow: 1;
background-color: @body-background-color;
background-attachment: fixed;
min-height: 100%;
height: auto;
display: flex;
flex-direction: column;
}
.wrapper {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}
body#resultBody {
......
......@@ -17,8 +17,8 @@ footer {
max-width: 100%;
}
&.startPageFooter {
position: absolute;
bottom: 0;
// position: absolute;
// bottom: 0;
}
&.footer-resultpage {
justify-content: center;
......
......@@ -42,12 +42,6 @@ body {
}
}
.wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
}
ul.startpage {
list-style-type: none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment