CSS QUESTION - Can I REMOVE min-height: 100% safely?

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Thu Apr 28, 2011 4:17 pm
BACKGROUND: I have an iFrame popup on my site that always has scrollbars no matter what the content size is... I talked to the developer and he pointed out a css rule that is causing this an asked me to either remove it or overrule it?!

In the templates addon.css you have a min-height: 100%; on the html...

Any idea what the purpose of this rule is? if I can remove it without worry? etc?

Thanks for helping!
User avatar
Fresh Boarder

GK User
Tue May 03, 2011 1:40 pm
Anyone know what it's purpose is?
User avatar
Fresh Boarder

teitbite
Thu May 05, 2011 3:25 pm
Hi

This is to not cut the background in half when content is too short.

Sure You can remove it, or overwrite this rule for iframe. Like:

Code: Select all
iframe html {
min-height:auto;
}
User avatar
Moderator


cron