Popover navigation controls should have been fixed, not absolute.

This commit is contained in:
2019-02-13 01:17:44 +01:00
parent 13a8c580ac
commit daf790890c

View File

@@ -5,7 +5,7 @@
<img :src="image.url" />
</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;">
<button @click="backwards">Backwards</button>
<button @click="forwards">Forwards</button>