Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clark Lin
vue-utility
Commits
9189bd49
Commit
9189bd49
authored
Jul 29, 2025
by
Administrator
Browse files
Fixed chrome overflow issue
parent
6d672f31
Changes
2
Show whitespace changes
Inline
Side-by-side
src/components/TextToMarkdown.vue
View file @
9189bd49
...
...
@@ -577,6 +577,7 @@ onUnmounted(() => {
flex-wrap
:
nowrap
;
max-width
:
100%
;
overflow-x
:
auto
;
overflow-y
:
hidden
;
}
/* Zoom Controls with Slider */
...
...
src/components/TextToMermaid.vue
View file @
9189bd49
...
...
@@ -779,6 +779,7 @@
flex-wrap
:
nowrap
;
/* Prevent wrapping */
max-width
:
100%
;
overflow-x
:
auto
;
overflow-y
:
hidden
;
}
/* Zoom Controls with Slider */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment