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