From db0eb39deb00cb4dfebffcdcfd837f2897caad03 Mon Sep 17 00:00:00 2001 From: Robbie Davis Date: Thu, 14 Mar 2024 21:47:08 -0400 Subject: [PATCH 1/2] Add classes for overflow and height restriction --- frontend/src/views/Library/Scan/Base.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/Library/Scan/Base.vue b/frontend/src/views/Library/Scan/Base.vue index 7e5bcb123..b12d9e492 100644 --- a/frontend/src/views/Library/Scan/Base.vue +++ b/frontend/src/views/Library/Scan/Base.vue @@ -103,7 +103,8 @@ async function scan() { From fe994678e34fc0dd31274f4b6a01566e731287d5 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Thu, 14 Mar 2024 22:01:47 -0400 Subject: [PATCH 2/2] wrap in div for scrolling --- frontend/src/views/Library/Scan/Base.vue | 65 +++++++++++++----------- 1 file changed, 36 insertions(+), 29 deletions(-) diff --git a/frontend/src/views/Library/Scan/Base.vue b/frontend/src/views/Library/Scan/Base.vue index b12d9e492..43e56cc26 100644 --- a/frontend/src/views/Library/Scan/Base.vue +++ b/frontend/src/views/Library/Scan/Base.vue @@ -101,33 +101,40 @@ async function scan() { /> - - - - - - - {{ platform.name }} - - - - • Identified {{ rom.name }} 👾 - - - • {{ rom.file_name }} not found in IGDB ❌ - - - - +
+ + + + + + + {{ platform.name }} + + + + • Identified {{ rom.name }} 👾 + + + • {{ rom.file_name }} not found in IGDB ❌ + + + + +
+ +