diff options
author | Aaron Parecki <aaron@parecki.com> | 2016-04-21 07:37:30 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2016-04-21 07:37:30 -0700 |
commit | 989313458fda1c8eee8a33ffacc44172854d25ab (patch) | |
tree | 3d777bd8461c2399ad5d9b243c6f31a5bb023453 /public/editor | |
parent | 76dedd3c22cf1613b9930fa0309793cea20cd1b2 (diff) | |
parent | 9c8559ad2030e9ec0b5715d03036772cdd4684e0 (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')
-rw-r--r-- | public/editor/style.css | 2 |
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; |