mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 16:26:15 -04:00
fix(git-memo): pre scroll on overflow
This commit is contained in:
parent
cbf0b3d699
commit
4fc303e5e3
2 changed files with 7 additions and 1 deletions
|
@ -235,4 +235,9 @@ const cronValidation = useValidation({
|
|||
opacity: 0.8;
|
||||
margin: 5px 0 15px;
|
||||
}
|
||||
</style>
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
padding: 10px 0;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -17,5 +17,6 @@ const themeVars = useThemeVars()
|
|||
padding: 15px 22px;
|
||||
background-color: v-bind('themeVars.cardColor');
|
||||
border-radius: 4px;
|
||||
overflow: auto;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue