Skip to content

Commit e5bc157

Browse files
committed
Fixed Stack Modal
1 parent b8376d5 commit e5bc157

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

dist/js/tool.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/components/Show/Logs.vue

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,14 @@
128128
</delete-resource-modal>
129129

130130
<modal v-if="stackModalOpen">
131-
<button type="button" @click="closeStackModal" class="btn text-danger float-right p-2">
132-
X
133-
</button>
134-
<div style="width: 950px;height:600px;overflow: overlay;">
135-
<div class="p-4 stack-content">
136-
{{ stack }}
131+
<div class="bg-white">
132+
<button type="button" @click="closeStackModal" class="btn text-danger float-right p-2">
133+
X
134+
</button>
135+
<div style="width: 950px;height:600px;overflow: overlay;">
136+
<div class="p-4 stack-content">
137+
{{ stack }}
138+
</div>
137139
</div>
138140
</div>
139141
</modal>

0 commit comments

Comments
 (0)