1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-28 01:48:10 +00:00

set z-index for device menu

This commit is contained in:
slowbackspace 2019-01-25 14:46:34 +01:00
parent 1931ccbe80
commit 44323a690e

View File

@ -19,6 +19,7 @@ import Divider from '../Divider';
const Wrapper = styled.div`
position: absolute;
z-index: 1;
width: 100%;
padding-bottom: 8px;
border-bottom: 1px solid #E3E3E3;