diff options
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/CustomScrollbars.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/renderer/components/CustomScrollbars.css b/gui/src/renderer/components/CustomScrollbars.css index 8e5e2c9b11..0078cea857 100644 --- a/gui/src/renderer/components/CustomScrollbars.css +++ b/gui/src/renderer/components/CustomScrollbars.css @@ -2,11 +2,11 @@ display: flex; flex-direction: column; position: relative; + overflow: hidden; } .custom-scrollbars__scrollable { width: 100%; - height: 100%; } .custom-scrollbars__scrollable::-webkit-scrollbar { |
