From ffac1adad696a6f44cd8e640b21d06215b8e8c1a Mon Sep 17 00:00:00 2001 From: Haocen Xu Date: Wed, 21 Aug 2019 02:24:56 -0400 Subject: [PATCH] Dropzone should be fixed to viewport, instead of fixed to sibling element --- css/bootstrap/privatebin.css | 2 +- css/privatebin.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/bootstrap/privatebin.css b/css/bootstrap/privatebin.css index 13897ed6..b2b03ee6 100644 --- a/css/bootstrap/privatebin.css +++ b/css/bootstrap/privatebin.css @@ -82,7 +82,7 @@ body.loading { #dropzone { text-align: center; - position: absolute; + position: fixed; top: 0; left: 0; width: 100%; diff --git a/css/privatebin.css b/css/privatebin.css index e3e23407..ef67b9b4 100644 --- a/css/privatebin.css +++ b/css/privatebin.css @@ -117,7 +117,7 @@ h3.title { #dropzone { text-align: center; - position: absolute; + position: fixed; top: 0; left: 0; width: 100%;