2 parents 4bd64f3 + f2d71dd commit c4b888eCopy full SHA for c4b888e
3 files changed
src/components/common/SettingsLayout.vue
@@ -41,6 +41,6 @@
41
}
42
43
.fm_container {
44
- min-height: calc(100vh - 80px);
+ min-height: calc(100vh - 100px);
45
46
</style>
src/layouts/default.vue
@@ -131,7 +131,7 @@
131
132
.content {
133
flex-grow: 1;
134
- height: calc(100vh - 80px);
+ height: calc(100vh - 100px);
135
overflow: auto;
136
137
src/pages/addons/[module].vue
@@ -6,7 +6,7 @@
6
<div v-if="!errorMessage">
7
<iframe
8
:src="configurationUrl"
9
- style="width: 100%; height: 100vh; border: 0"
+ style="width: 100%; height: calc(100vh - 100px); border: 0"
10
/>
11
</div>
12
0 commit comments