fix: Context menu clipping out of the window

This commit is contained in:
Aleksi Lassila
2023-08-15 14:24:13 +03:00
parent 7cfb813067
commit 4732cc1c47
4 changed files with 14 additions and 7 deletions

View File

@@ -79,7 +79,7 @@
</IconButton>
</a>
<div class="absolute top-8 left-4 sm:left-8 z-10">
<button class="flex items-center sm:hidden" on:click={handleCloseModal}>
<button class="flex items-center sm:hidden font-medium" on:click={handleCloseModal}>
<ChevronLeft size={20} />
Back
</button>