File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,13 @@ const handleNavigate = (url) => {
176176 </Flex >
177177 </NuxtLink >
178178
179- <Button v-if =" isMobile()" @click =" appStore.showSidebar = !appStore.showSidebar" type =" secondary" size =" mini" :class =" $style.close_btn" >
179+ <Button
180+ v-if =" isMobile()"
181+ @click =" appStore.showSidebar = !appStore.showSidebar"
182+ type =" secondary"
183+ size =" mini"
184+ :class =" $style.close_btn"
185+ >
180186 <Icon name =" close" size =" 14" color =" primary" />
181187 </Button >
182188 </Flex >
@@ -288,6 +294,7 @@ const handleNavigate = (url) => {
288294.wrapper {
289295 position : sticky ;
290296 top : 0 ;
297+ overflow-x : auto ;
291298
292299 user-select : none ;
293300
Original file line number Diff line number Diff line change @@ -555,7 +555,7 @@ watch(
555555 <Text size =" 12" weight =" 600" color =" primary" >Caution about running a node on a mobile</Text >
556556 <Text size =" 12" weight =" 500" color =" tertiary" height =" 140" >
557557 Running a light node on mobile devices may affect the performance of your device and cause your phone to
558- discharge quickly. Therefore, a node can be started with the charger connected.
558+ discharge quickly.
559559 </Text >
560560 </Flex >
561561
You can’t perform that action at this time.
0 commit comments