mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-28 01:48:10 +00:00
missing position absolute
This commit is contained in:
parent
6662c705bc
commit
59c4e69ab4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user