Browse Source

fix(nc-gui): submited form scrollbar issue

pull/7664/head
Ramesh Mane 7 months ago
parent
commit
0a5886a29d
  1. 2
      packages/nc-gui/components/smartsheet/Form.vue

2
packages/nc-gui/components/smartsheet/Form.vue

@ -498,7 +498,7 @@ useEventListener(
<template v-else>
<div
v-if="submitted"
class="h-full p-6"
class="h-full p-6 overflow-auto nc-form-scrollbar"
:style="{ background: parseProp(formViewData?.meta)?.background_color || '#F9F9FA' }"
data-testid="nc-form-wrapper-submit"
>

Loading…
Cancel
Save