Skip to content
Snippets Groups Projects
Verified Commit 1a26bb12 authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Fix overflow of group nav element in workflow launch form

parent 88706dd9
No related branches found
No related tags found
1 merge request!171Resolve "Group nav overflow on small screens in workflow launch form"
...@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment