twister-jekyll-theme icon indicating copy to clipboard operation
twister-jekyll-theme copied to clipboard

iframe css not responding

Open grammaton opened this issue 8 years ago • 0 comments

it seems that anything you write in

iframe{
}

into sass/partials/_general.scss is completely ignored.

Also trying to use height into

<iframe
 width="100%"
 height="500"
 scrolling="no"
 frameborder="no"
 src="url"></iframe>

not works.

bye G.

grammaton avatar Mar 16 '16 02:03 grammaton