Fix some header / footer issues.
This commit is contained in:
parent
72a54c8325
commit
9b5f8f3f37
2 changed files with 2 additions and 3 deletions
|
@ -38,7 +38,7 @@ refresh();
|
|||
@import "../../scss/variables";
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
|
|
@ -14,9 +14,8 @@ refresh();
|
|||
<header v-if="config.getConfig">
|
||||
<nav>
|
||||
<RouterLink class="logo" to="/">
|
||||
<!--suppress HtmlUnknownTarget -->
|
||||
<img
|
||||
src="icon.svg"
|
||||
src="/icon.svg"
|
||||
alt="Symbol: Gelbes Zahnrad in zwei konzentrischen Kreisen (hellgrau und magenta)"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue