multi-pane window to overflow after reaching the max height h-100

This commit is contained in:
Varun (Linux) 2021-02-10 17:00:55 +08:00
parent 35bc07f911
commit fd49970cae

View File

@ -1,5 +1,5 @@
<template> <template>
<div class="card h-100 w-100"> <div class="card h-100 w-100 overflow-auto">
<div class="drag-header card-header"> <div class="drag-header card-header">
{{ header }} {{ header }}
</div> </div>