diff --git a/debian/changelog b/debian/changelog index 49c9c112..1445da47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (22.46.17) stable; urgency=low +hedera-web (22.46.18) stable; urgency=low * Initial Release. diff --git a/js/hedera/gui.scss b/js/hedera/gui.scss index 181cbd4e..a65c6956 100644 --- a/js/hedera/gui.scss +++ b/js/hedera/gui.scss @@ -330,7 +330,7 @@ } } -/* Rigth panel */ +/* Side panel */ .side-panel { z-index: 20; @@ -358,10 +358,10 @@ overflow: auto; @include mobile { + top: 0; right: -$side-panel-width; &.show { - top: 0; transform: translateZ(0) translateX(-$side-panel-width); -webkit-transform: translateZ(0) translateX(-$side-panel-width); } diff --git a/package.json b/package.json index 0ba0945a..d5ac76b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "22.46.17", + "version": "22.46.18", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {