my background image is being cut off
-
so on my pages where i set a fixed background image, the image is being cut off on the bottom.
when i try to use the "set frame" options it shows the entire image but makes the site scrollable which i dont want.
any help? if you wanna answer in german thats fine with me!
-
yea it just a background for the grid, not for whats underneath and underneath there is nothing
use this css
#grid{
min-height: 100%;
} -
yea it just a background for the grid, not for whats underneath and underneath there is nothing
use this css
#grid{
min-height: 100%;
}@arminunruh said in my background image is being cut off:
yea it just a background for the grid, not for whats underneath and underneath there is nothing
do i use this on the customizie -> css window or inside the project itself?