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 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 { .publish-dropdown {
position: absolute;
position: fixed;
top: 62px; top: 62px;
right: 110px; right: 110px;
z-index: 1001; z-index: 1001;

Loading…
Cancel
Save