4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

fix scroll in new tab page

This commit is contained in:
PhilReact 2023-09-18 20:45:39 -05:00
parent 28c58cb249
commit a6a77aa026

View File

@ -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;
}