Bläddra i källkod

Fix positioning of the public page footer

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v26.0.0beta1
Julius Härtl 1 år sedan
förälder
incheckning
0c6c535f50
Inget konto är kopplat till bidragsgivarens mejladress
3 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1
    1
      core/css/public.css
  2. 1
    1
      core/css/public.scss
  3. 1
    1
      core/css/server.css

+ 1
- 1
core/css/public.css Visa fil

@@ -49,7 +49,7 @@
text-align: center;
}
#body-public footer {
position: sticky !important;
position: fixed;
display: flex;
align-items: center;
justify-content: center;

+ 1
- 1
core/css/public.scss Visa fil

@@ -69,7 +69,7 @@ $footer-height: 65px;

/* public footer */
footer {
position: sticky !important;
position: fixed;
display: flex;
align-items: center;
justify-content: center;

+ 1
- 1
core/css/server.css Visa fil

@@ -4998,7 +4998,7 @@ kbd {
text-align: center;
}
#body-public footer {
position: sticky !important;
position: fixed;
display: flex;
align-items: center;
justify-content: center;

Laddar…
Avbryt
Spara