diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index e442db6ee..6211445ec 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -30,16 +30,12 @@ body { #header { position: fixed; - top: 1px; - width: calc(100% - 2px); - z-index: 1; + width: 100%; height: $header-height; line-height: 24px; color: #f2f2f2; - -webkit-app-region: drag; button { - -webkit-app-region: no-drag; color: inherit; &:hover { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index ea04a6fb5..5f97e2582 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -39,15 +39,11 @@ body { #header { position: fixed; - top: 1px; - width: calc(100% - 2px); - z-index: 1; + width: 100%; height: 36px; line-height: 24px; - color: #f2f2f2; - -webkit-app-region: drag; } + color: #f2f2f2; } #header button { - -webkit-app-region: no-drag; color: inherit; } #header button:hover { background-color: rgba(0, 0, 0, 0.2); }