mirror of
https://github.com/rommapp/romm.git
synced 2026-06-30 07:45:52 +00:00
Add classes for overflow and height restriction
This commit is contained in:
@@ -103,7 +103,8 @@ async function scan() {
|
||||
<!-- Scan log -->
|
||||
<v-row
|
||||
no-gutters
|
||||
class="align-center pa-4"
|
||||
class="align-center pa-4 overflow-y-auto"
|
||||
:style="{ max-height: calc(100dvh-295px) }"
|
||||
v-for="platform in scanningPlatforms"
|
||||
>
|
||||
<v-col>
|
||||
|
||||
Reference in New Issue
Block a user