Commit 9189bd49 authored by Administrator's avatar Administrator
Browse files

Fixed chrome overflow issue

parent 6d672f31
...@@ -577,6 +577,7 @@ onUnmounted(() => { ...@@ -577,6 +577,7 @@ onUnmounted(() => {
flex-wrap: nowrap; flex-wrap: nowrap;
max-width: 100%; max-width: 100%;
overflow-x: auto; overflow-x: auto;
overflow-y: hidden;
} }
/* Zoom Controls with Slider */ /* Zoom Controls with Slider */
......
...@@ -779,6 +779,7 @@ ...@@ -779,6 +779,7 @@
flex-wrap: nowrap; /* Prevent wrapping */ flex-wrap: nowrap; /* Prevent wrapping */
max-width: 100%; max-width: 100%;
overflow-x: auto; overflow-x: auto;
overflow-y: hidden;
} }
/* Zoom Controls with Slider */ /* Zoom Controls with Slider */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment