1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-28 09:58:23 +00:00

missing position absolute

This commit is contained in:
slowbackspace 2019-01-21 16:20:05 +01:00
parent 6662c705bc
commit 59c4e69ab4

View File

@ -17,6 +17,7 @@ import type { Props } from '../common';
import Divider from '../Divider';
const Wrapper = styled.div`
position: absolute;
border-bottom: 1px solid #E3E3E3;
background: white;
box-shadow: 0 3px 8px rgba(0,0,0,0.06);