mirror of
https://github.com/frappe/lms.git
synced 2026-04-20 15:17:59 +03:00
fix: add overflow-y-auto to settings dialog content panel (#2079)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<div
|
||||
v-if="activeTab && data.doc"
|
||||
:key="activeTab.label"
|
||||
class="flex flex-1 flex-col p-8 bg-surface-modal overflow-x-auto"
|
||||
class="flex flex-1 flex-col p-8 bg-surface-modal overflow-x-auto overflow-y-auto"
|
||||
>
|
||||
<component
|
||||
v-if="activeTab.template"
|
||||
|
||||
Reference in New Issue
Block a user