Skip to content

Commit 0e5f0d8

Browse files
authored
Merge pull request #1639 from OpenC3/tv_scroll
Allow horizontal scrolling in apps
2 parents 2f7f8d0 + cb2c00c commit 0e5f0d8

File tree

1 file changed

+1
-1
lines changed
  • openc3-cosmos-init/plugins/openc3-tool-base/src

1 file changed

+1
-1
lines changed

openc3-cosmos-init/plugins/openc3-tool-base/src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<!-- Sizes your content based upon application components -->
2828
<v-main :style="mainStyle">
2929
<v-container fluid>
30-
<div id="openc3-tool"></div>
30+
<div id="openc3-tool" style="overflow: auto"></div>
3131
<div><router-view /></div>
3232
</v-container>
3333
</v-main>

0 commit comments

Comments
 (0)