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. 2
      public/editor/style.css

2
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;

Loading…
Cancel
Save