Browse Source

Merge pull request #38 from prtksxna/publish-now-popup

Fix publish now dropdown's position so it doesn't scroll off
pull/41/head
Aaron Parecki 8 years ago
parent
commit
989313458f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/editor/style.css

+ 1
- 1
public/editor/style.css View File

@ -131,7 +131,7 @@ input.form-field-small {
}
.publish-dropdown {
position: absolute;
position: fixed;
top: 62px;
right: 110px;
z-index: 1001;

Loading…
Cancel
Save