From 12d8706833c020107647cff87f63f2400fc5bca9 Mon Sep 17 00:00:00 2001 From: xdeq Date: Fri, 13 Sep 2024 03:04:52 +0300 Subject: [PATCH] fix (LeftSidebar): x overflow && fix light node modal typo --- components/LeftSidebar.vue | 9 ++++++++- components/modals/LightNodeModal.vue | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/components/LeftSidebar.vue b/components/LeftSidebar.vue index 1aae1f35..8c0bf0c9 100644 --- a/components/LeftSidebar.vue +++ b/components/LeftSidebar.vue @@ -176,7 +176,13 @@ const handleNavigate = (url) => { - @@ -288,6 +294,7 @@ const handleNavigate = (url) => { .wrapper { position: sticky; top: 0; + overflow-x: auto; user-select: none; diff --git a/components/modals/LightNodeModal.vue b/components/modals/LightNodeModal.vue index a3b0c7e7..5fdf26d2 100644 --- a/components/modals/LightNodeModal.vue +++ b/components/modals/LightNodeModal.vue @@ -555,7 +555,7 @@ watch( Caution about running a node on a mobile Running a light node on mobile devices may affect the performance of your device and cause your phone to - discharge quickly. Therefore, a node can be started with the charger connected. + discharge quickly.