temporary height fix for configurator

This commit is contained in:
Tako 2023-05-26 17:45:03 +00:00
parent 9b45d22037
commit 492aac40af

View File

@ -1,7 +1,7 @@
<template>
<b-container fluid>
<b-row align-v="stretch">
<b-col cols="12" md="3">
<b-col cols="12" md="3" style="height: 760px; overflow-y: scroll">
<div ref="availablePairlistsEl" class="available-pairlists">
<b-row
v-for="pairlist in availablePairlists"