mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-27 13:02:42 +03:00
Fix accidental absolute use
This commit is contained in:
parent
cd1066c226
commit
e6872f2e41
@ -204,7 +204,7 @@ view config navAttributes entries =
|
|||||||
, MediaQuery.anyMotion [ property "transition" "flex-basis 0.2s" ]
|
, MediaQuery.anyMotion [ property "transition" "flex-basis 0.2s" ]
|
||||||
, flexShrink (num 0)
|
, flexShrink (num 0)
|
||||||
, marginRight (px 20)
|
, marginRight (px 20)
|
||||||
, position absolute
|
, position relative
|
||||||
, borderRadius (px 8)
|
, borderRadius (px 8)
|
||||||
, backgroundColor Colors.gray96
|
, backgroundColor Colors.gray96
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user