From 5d05d2737f0a504f37f1024620de75da44149b26 Mon Sep 17 00:00:00 2001 From: AtuyL Date: Thu, 29 Nov 2018 10:28:25 +0900 Subject: [PATCH] fix: https://github.com/dat-land/dat-desktop/pull/600#issuecomment-440926308 --- app/components/header.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/header.js b/app/components/header.js index b9d02843..61cdcda2 100644 --- a/app/components/header.js +++ b/app/components/header.js @@ -11,6 +11,7 @@ import Icon from './icon' const Container = styled.header` position: fixed; z-index: 1; + top: 0; width: 100%; height: 2.5rem; padding: 0.25rem 0.75rem;