aboutsummaryrefslogtreecommitdiff
path: root/src/tools/git-memo/git-memo.vue
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-18 08:50:57 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-18 09:16:43 +0200
commit4fc303e5e3f0bef9201cc002963e244a5d3be7b5 (patch)
tree585cdd7ff05a1136514ad91f7606ab6024ea8d68 /src/tools/git-memo/git-memo.vue
parentcbf0b3d6995e47d371a8fbcfccd65ba304fb08dc (diff)
downloadit-tools-4fc303e5e3f0bef9201cc002963e244a5d3be7b5.tar.gz
it-tools-4fc303e5e3f0bef9201cc002963e244a5d3be7b5.tar.zst
it-tools-4fc303e5e3f0bef9201cc002963e244a5d3be7b5.zip
fix(git-memo): pre scroll on overflow
Diffstat (limited to 'src/tools/git-memo/git-memo.vue')
-rw-r--r--src/tools/git-memo/git-memo.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/git-memo/git-memo.vue b/src/tools/git-memo/git-memo.vue
index 063db8f..d1b45d5 100644
--- a/src/tools/git-memo/git-memo.vue
+++ b/src/tools/git-memo/git-memo.vue
@@ -17,5 +17,6 @@ const themeVars = useThemeVars()
padding: 15px 22px;
background-color: v-bind('themeVars.cardColor');
border-radius: 4px;
+ overflow: auto;
}
</style> \ No newline at end of file