From 2b719f341476f23d9d55a95841b601b5d93b8ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Wed, 20 Jun 2018 06:20:17 +0200 Subject: [PATCH] fix position of DeviceBusyIndicator --- src/components/DeviceBusyIndicator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DeviceBusyIndicator.js b/src/components/DeviceBusyIndicator.js index b77523bc..9997040c 100644 --- a/src/components/DeviceBusyIndicator.js +++ b/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; `