Browse Source

fix: element scroll

Ahmad Kholid 2 years ago
parent
commit
5c6194bd2f

+ 0 - 1
src/components/newtab/workflow/WorkflowDetailsCard.vue

@@ -44,7 +44,6 @@
         :class="descriptionCollapsed ? 'line-clamp' : 'whitespace-pre-wrap'"
         :class="descriptionCollapsed ? 'line-clamp' : 'whitespace-pre-wrap'"
         @click="descriptionCollapsed = !descriptionCollapsed"
         @click="descriptionCollapsed = !descriptionCollapsed"
       >
       >
-        <!-- description here -->
         {{ workflow.description }}
         {{ workflow.description }}
       </p>
       </p>
     </div>
     </div>

+ 1 - 1
src/components/newtab/workflow/WorkflowEditBlock.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <div id="workflow-edit-block" class="px-4 overflow-auto scroll pb-1">
+  <div id="workflow-edit-block" class="px-4 overflow-auto scroll pb-1 h-full">
     <div
     <div
       class="sticky top-0 z-20 bg-white dark:bg-gray-800 pb-4 mb-2 flex items-center space-x-2"
       class="sticky top-0 z-20 bg-white dark:bg-gray-800 pb-4 mb-2 flex items-center space-x-2"
     >
     >