Parcourir la source

Dropzone should be fixed to viewport, instead of fixed to sibling
element

Haocen Xu il y a 7 ans
Parent
commit
ffac1adad6
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      css/bootstrap/privatebin.css
  2. 1 1
      css/privatebin.css

+ 1 - 1
css/bootstrap/privatebin.css

@@ -82,7 +82,7 @@ body.loading {
 
 #dropzone {
 	text-align: center;
-	position: absolute;
+	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100%;

+ 1 - 1
css/privatebin.css

@@ -117,7 +117,7 @@ h3.title {
 
 #dropzone {
 	text-align: center;
-	position: absolute;
+	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100%;