From 9c8559ad2030e9ec0b5715d03036772cdd4684e0 Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Thu, 21 Apr 2016 15:45:47 +0530 Subject: [PATCH] Fix publish now dropdown's position so it doesn't scroll off Closes #11 --- public/editor/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/editor/style.css b/public/editor/style.css index 2cfd542..e5b14b5 100644 --- a/public/editor/style.css +++ b/public/editor/style.css @@ -131,7 +131,7 @@ input.form-field-small { } .publish-dropdown { - position: absolute; + position: fixed; top: 62px; right: 110px; z-index: 1001;