fix: border radius on syncing auth bottom sheet
This commit is contained in:
parent
5802097f5f
commit
0d7c2684ee
|
@ -8,6 +8,7 @@
|
|||
(defn sheet
|
||||
[{:keys [max-height]}]
|
||||
{:position :absolute
|
||||
:overflow :hidden
|
||||
:bottom 0
|
||||
:left 0
|
||||
:right 0
|
||||
|
|
Loading…
Reference in New Issue