Browse Source

fix position of DeviceBusyIndicator

master
Gaëtan Renaudeau 7 years ago
parent
commit
2b719f3414
  1. 2
      src/components/DeviceBusyIndicator.js

2
src/components/DeviceBusyIndicator.js

@ -8,7 +8,7 @@ const Indicator = styled.div`
border-radius: 3px;
background-color: black;
position: fixed;
bottom: 4px;
top: 4px;
right: 4px;
z-index: 999;
`

Loading…
Cancel
Save