mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-29 02:18:06 +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';
|
import Divider from '../Divider';
|
||||||
|
|
||||||
const Wrapper = styled.div`
|
const Wrapper = styled.div`
|
||||||
|
position: absolute;
|
||||||
border-bottom: 1px solid #E3E3E3;
|
border-bottom: 1px solid #E3E3E3;
|
||||||
background: white;
|
background: white;
|
||||||
box-shadow: 0 3px 8px rgba(0,0,0,0.06);
|
box-shadow: 0 3px 8px rgba(0,0,0,0.06);
|
||||||
|
Loading…
Reference in New Issue
Block a user