Skip to content

Commit

Permalink
Merge pull request #74 from noornoorie/ticket-56-scrollbar
Browse files Browse the repository at this point in the history
Fix horizontal scrollbar showing up in parameter window in firefox
  • Loading branch information
paulpestov authored May 16, 2024
2 parents 809c25e + 9dd0d50 commit 505754a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/workflows/timeline/TimelineItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function toggleParameterOverlay(step: WorkflowStep, event: Event) {
>
<div class="flex flex-col pt-2">
<h2 class="font-bold px-2 pb-2 mb-2 border-b border-gray-300">{{ selectedStep?.id }}</h2>
<div class="overflow-y-auto max-h-[400px] w-full">
<div class="overflow-y-scroll max-h-[400px] w-full">
<table v-if="selectedStep" class="text-sm border-collapse">
<tr class="">
<th class="p-1 pl-2 font-semibold">Parameter</th>
Expand Down

0 comments on commit 505754a

Please sign in to comment.