diff --git a/changes/colw_fix-delegation-query-reload b/changes/colw_fix-delegation-query-reload new file mode 100644 index 0000000000..09a4edb509 --- /dev/null +++ b/changes/colw_fix-delegation-query-reload @@ -0,0 +1 @@ +[Fixed] [#3218](https://github.com/cosmos/lunie/pull/3218) Fix small typo in delegations query @colw \ No newline at end of file diff --git a/changes/fabo_fix-menu-scrolling-mobile b/changes/fabo_fix-menu-scrolling-mobile new file mode 100644 index 0000000000..8ffd3fb7c1 --- /dev/null +++ b/changes/fabo_fix-menu-scrolling-mobile @@ -0,0 +1 @@ +[Fixed] [#3172](https://github.com/cosmos/lunie/issues/3172) Fixed menu scrolling up on mobile @faboweb \ No newline at end of file diff --git a/changes/fabo_fix-page-proposal b/changes/fabo_fix-page-proposal new file mode 100644 index 0000000000..08ccdd6a81 --- /dev/null +++ b/changes/fabo_fix-page-proposal @@ -0,0 +1 @@ +[Fixed] Hide balance header on page proposals @faboweb \ No newline at end of file diff --git a/src/components/common/AppHeader.vue b/src/components/common/AppHeader.vue index d35dde66a7..c2764ff9e7 100644 --- a/src/components/common/AppHeader.vue +++ b/src/components/common/AppHeader.vue @@ -104,6 +104,13 @@ export default { padding-top: 1.4rem; } +@media screen and (max-width: 1023px) { + .app-header > .container { + position: fixed; + top: 0; + } +} + .app-header .header-item { padding: 1.75rem; font-size: 0;