Fix accidental absolute use

This commit is contained in:
Tessa Kelly 2022-07-20 18:12:00 -06:00
parent cd1066c226
commit e6872f2e41

View File

@ -204,7 +204,7 @@ view config navAttributes entries =
, MediaQuery.anyMotion [ property "transition" "flex-basis 0.2s" ]
, flexShrink (num 0)
, marginRight (px 20)
, position absolute
, position relative
, borderRadius (px 8)
, backgroundColor Colors.gray96
]