Skip to content
Snippets Groups Projects
Commit 60ddb1ae authored by Mathis Neumann's avatar Mathis Neumann
Browse files

hide sidebar while resizing. Avoid unnecessary page break

parent 6bdb56d4
No related branches found
No related tags found
No related merge requests found
......@@ -31,3 +31,11 @@ button.minimizeSidebar {
display: inline-block;
}
}
.resizing {
// sidebar might appear below the visualisation, hide it
.visualisationSidebar {
opacity: 0; // for slight animation
display: none;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment