Skip to content

Commit

Permalink
Fixed issues with sticky toolbar in editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
themeblvd committed Jun 17, 2018
1 parent 01b803f commit f37c469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/scss/partials/_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
}

@media (min-width: 992px) {
.stick-editor-toolbar .editor {
.stick-editor-toolbar .editor .mde-header {
top: $height-header;
}
}
Expand Down
3 changes: 1 addition & 2 deletions src/assets/scss/partials/_routing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
opacity: 0;
transform: translate(0, 20px);
}
&.fade-enter-active,
&.fade-enter-done {
&.fade-enter-active {
opacity: 1;
transform: translate(0, 0);
transition: opacity 0.2s ease-in, transform 0.2s ease-in;
Expand Down

0 comments on commit f37c469

Please sign in to comment.