Browse Source

Fix publish now dropdown's position so it doesn't scroll off

Closes #11
pull/38/head
Prateek Saxena 8 years ago
parent
commit
9c8559ad20
  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