Skip to content

Commit

Permalink
Fix position of editor view controls
Browse files Browse the repository at this point in the history
These were so far off to the right tht they got cut off by the screen.
This aligns them with the user icon
  • Loading branch information
biilmann committed Dec 7, 2017
1 parent 39e4ca6 commit ffbc0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/EditorInterface.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
.nc-entryEditor-viewControls {
position: absolute;
top: 10px;
right: -10px;
right: 10px;
z-index: 299;
}

Expand Down

0 comments on commit ffbc0c9

Please sign in to comment.