Browse Source

fix scroll in new tab page

resolve-20231003
PhilReact 1 year ago
parent
commit
a6a77aa026
  1. 2
      core/src/components/show-plugin.js

2
core/src/components/show-plugin.js

@ -893,7 +893,7 @@ class NavBar extends connect(store)(LitElement) {
flex-flow: column;
align-items: center;
padding: 20px;
height: 100vh;
height: calc(100vh - 120px);
overflow-y: auto;
}

Loading…
Cancel
Save