Skip to content
Snippets Groups Projects

Resolve "Group nav overflow on small screens in workflow launch form"

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -141,8 +141,8 @@ onMounted(() => {
@@ -141,8 +141,8 @@ onMounted(() => {
@parameters-selected="(params) => emit('load-parameters', params)"
@parameters-selected="(params) => emit('load-parameters', params)"
/>
/>
<div
<div
class="col-3 sticky-top border shadow-sm rounded-1 px-0"
class="col-3 sticky-top border shadow-sm rounded-1 px-0 overflow-y-auto"
style="top: 70px !important; max-height: calc(100vh - 150px)"
style="top: 70px !important; max-height: calc(100vh - 100px)"
>
>
<h5 class="mx-3 mt-2">Parameter View</h5>
<h5 class="mx-3 mt-2">Parameter View</h5>
<div class="mx-2">
<div class="mx-2">
Loading