fix: accessibility fixes
This commit is contained in:
@@ -6,7 +6,7 @@ import Button from "./Button.astro";
|
||||
<!-- There can't be a filter on parent element, or it will break `fixed` -->
|
||||
<div class="back-to-top-wrapper hidden lg:block" transition:persist>
|
||||
<div id="back-to-top-btn" class="back-to-top-btn hide flex items-center rounded-2xl overflow-hidden transition active:scale-90" onclick="topFunction()">
|
||||
<Button card height="60px" width="60px">
|
||||
<Button name="Back to Top" card height="60px" width="60px">
|
||||
<Icon name="material-symbols:keyboard-arrow-up-rounded" class="mx-auto"></Icon>
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user