Skip to content

Commit

Permalink
BUGFIX: Make vertical resize work in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Dec 16, 2023
1 parent c1b6286 commit 0f4134a
Showing 1 changed file with 0 additions and 1 deletion.
@@ -1,5 +1,4 @@
.pageTree {
overflow-y: auto;
/* Node Tree is expected to be rendered inside a display: flex container - and it will take up all remaining space */
flex: 1 0 0px;
transition: var(--transition-Slow) ease height, overflow-y var(--transition-Slow);
Expand Down

0 comments on commit 0f4134a

Please sign in to comment.