diff --git a/css/bootstrap/privatebin.css b/css/bootstrap/privatebin.css index 13897ed..b2b03ee 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 e3e2340..ef67b9b 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%;