fix scrolling not working in nocode editor

This commit is contained in:
Matthias Nannt
2022-08-22 16:40:15 +02:00
parent 9c85190e7c
commit ce02d2906a
2 changed files with 10 additions and 3 deletions
+4 -2
View File
@@ -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
+6 -1
View File
@@ -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">