This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<!-- <v-sheet color="white" elevation="4" height="400px" style="overflow: scroll;"> -->
|
||||
<v-sheet color="white" height="420px" style="overflow: auto;" elevation="4">
|
||||
<!-- <v-sheet color="white" height="420px" style="overflow: auto;" elevation="4"> -->
|
||||
<v-sheet color="white" style="overflow: auto;" elevation="4">
|
||||
<slot name="dash-title">
|
||||
<v-toolbar flat dense>
|
||||
<template v-if="showMoreButton">
|
||||
@@ -136,7 +136,7 @@
|
||||
<slot name="settings">
|
||||
<div></div>
|
||||
</slot>
|
||||
<div v-if="hasError" class="mx-2 mt-4 d-flex align-center">
|
||||
<div v-if="hasError" class=" d-flex align-center">
|
||||
<v-alert
|
||||
data-cy="dash-error"
|
||||
color="error"
|
||||
|
||||
Reference in New Issue
Block a user