summaryrefslogtreecommitdiff
path: root/public/editor/style.css
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2016-04-21 07:37:30 -0700
committerAaron Parecki <aaron@parecki.com>2016-04-21 07:37:30 -0700
commit989313458fda1c8eee8a33ffacc44172854d25ab (patch)
tree3d777bd8461c2399ad5d9b243c6f31a5bb023453 /public/editor/style.css
parent76dedd3c22cf1613b9930fa0309793cea20cd1b2 (diff)
parent9c8559ad2030e9ec0b5715d03036772cdd4684e0 (diff)
Merge pull request #38 from prtksxna/publish-now-popup
Fix publish now dropdown's position so it doesn't scroll off
Diffstat (limited to 'public/editor/style.css')
-rw-r--r--public/editor/style.css2
1 files changed, 1 insertions, 1 deletions
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;