Browse Source

bugfix: left-nav not scrolling on windows

pull/287/head
Michael Shanks 6 years ago
parent
commit
e1ba84bfdb
  1. 1
      packages/builder/src/components/common/Switcher.svelte

1
packages/builder/src/components/common/Switcher.svelte

@ -72,6 +72,7 @@
.panel {
min-height: 0;
height: 100%;
overflow-y: auto;
}
</style>

Loading…
Cancel
Save