Make background wrapper full height
This commit is contained in:
parent
6046f7911e
commit
8a92d92b22
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ export default function Wrapper({ initialSettings, fallback }) {
|
|||
<div
|
||||
id="inner_wrapper"
|
||||
className={classNames(
|
||||
'h-full',
|
||||
backgroundBlur && `backdrop-blur${initialSettings.background.blur.length ? '-' : ""}${initialSettings.background.blur}`,
|
||||
backgroundSaturate && `backdrop-saturate-${initialSettings.background.saturate}`,
|
||||
backgroundBrightness && `backdrop-brightness-${initialSettings.background.brightness}`,
|
||||
|
|
Loading…
Add table
Reference in a new issue