Skip to content

Commit

Permalink
fix(server): use position fixed for sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Nov 8, 2019
1 parent e16ce82 commit 0f9ff47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/ui/layout/page-sidebar.css
Expand Up @@ -5,7 +5,7 @@
*/

.page-sidebar {
position: absolute;
position: fixed;
top: 0;
left: calc(-1 * var(--page-sidebar-width));
z-index: 15;
Expand Down

0 comments on commit 0f9ff47

Please sign in to comment.