fix: border radius on syncing auth bottom sheet

This commit is contained in:
John Ngei 2024-05-06 16:01:21 +02:00 committed by GitHub
parent 5802097f5f
commit 0d7c2684ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
(defn sheet
[{:keys [max-height]}]
{:position :absolute
:overflow :hidden
:bottom 0
:left 0
:right 0