Skip to content

Commit

Permalink
fix: better use of uitilities class
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed Jan 29, 2024
1 parent 33e482b commit 2ebf920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/organisms/scanner/Scanner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

<ion-content>
<slot {scan} {stopScan} />
<div class="visible fixed bottom-0 h-48 mb-[-70px] px-4 bg-[#d2d7e5] flex flex-col gap-2">
<div class="visible absolute bottom-0 flex h-48 flex-col gap-2 bg-[#d2d7e5] px-4 pt-4">
<d-heading size="s">
<h2>Scan QR to verify or obtain credentials...</h2>
</d-heading>
Expand Down

0 comments on commit 2ebf920

Please sign in to comment.