/**
 * Página edição markdown
 */
.waves-effect.blue.btn.right,
.btn.btn-start-action.waves-effect.waves-light.right
{
    position: sticky;
    bottom: 10px;
}

.editor-toolbar {
    position: sticky;
    top: 0px;
    z-index: 9999;
    background: white;
    height: 50px;
    opacity: 1;
    border: 1px solid #ddd;
}

.editor-toolbar:hover {
    opacity: 1;
}