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:
parent
28c58cb249
commit
a6a77aa026
@ -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…
x
Reference in New Issue
Block a user