mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-29 11:30:11 -05:00
fix scrolling not working in nocode editor
This commit is contained in:
+4
-2
@@ -23,5 +23,7 @@ NEXT_TELEMETRY_DISABLED=1
|
||||
# SMTP_USER=smtpUser
|
||||
# SMTP_PASSWORD=smtpPassword
|
||||
|
||||
# TERMS_URL=www.example.com/terms
|
||||
# PRIVACY_URL=www.example.com/privacy
|
||||
# TERMS_URL=https://www.example.com/terms
|
||||
# PRIVACY_URL=https://www.example.com/privacy
|
||||
# PUBLIC_IMPRINT_URL=https://www.example.com/imprint
|
||||
# PUBLIC_PRIVACY_URL=https://www.example.com/enduserPrivacy
|
||||
@@ -38,7 +38,12 @@ export default function BaseLayoutManagement({
|
||||
"flex h-full"
|
||||
)}
|
||||
>
|
||||
<div className="flex flex-col flex-1 w-full h-full">
|
||||
<div
|
||||
className={classNames(
|
||||
limitHeightScreen ? "max-h-full" : "h-full",
|
||||
"flex flex-col flex-1 w-full"
|
||||
)}
|
||||
>
|
||||
<header className="w-full">
|
||||
<div className="relative z-10 flex flex-shrink-0 h-16 bg-white border-b shadow-sm border-ui-gray-light">
|
||||
<div className="grid w-full grid-cols-2 sm:grid-cols-3">
|
||||
|
||||
Reference in New Issue
Block a user