mirror of
https://github.com/KevinMidboe/leifsopplevelser.git
synced 2025-10-29 17:50:21 +00:00
Popover navigation controls should have been fixed, not absolute.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<img :src="image.url" />
|
<img :src="image.url" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="position: absolute; width: 100%; bottom: 2rem">
|
<div style="position: fixed; width: 100%; bottom: 2rem">
|
||||||
<div style="display: block; width: max-content; margin: 0 auto;">
|
<div style="display: block; width: max-content; margin: 0 auto;">
|
||||||
<button @click="backwards">Backwards</button>
|
<button @click="backwards">Backwards</button>
|
||||||
<button @click="forwards">Forwards</button>
|
<button @click="forwards">Forwards</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user