mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 00:10:57 +00:00 
			
		
		
		
	Merge pull request #1526 from benphelps/fix/issue-1524
Fix: background filters are not full height
This commit is contained in:
		
						commit
						1ed1ce4001
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user