Odd bar showing on frames in Page Layout

This forum is for all Flare issues not related to any of the other categories.
Post Reply
jimgilliam
Propeller Head
Posts: 84
Joined: Tue Jun 04, 2013 9:49 am
Location: Arkansas, U.S.A.

Odd bar showing on frames in Page Layout

Post by jimgilliam »

Why do these bars show up on every frame I add to a Page Layout?
frames.png
You do not have the required permissions to view the files attached to this post.
:flare:
jimgilliam
Propeller Head
Posts: 84
Joined: Tue Jun 04, 2013 9:49 am
Location: Arkansas, U.S.A.

Re: Odd bar showing on frames in Page Layout

Post by jimgilliam »

Wow... this is odd.... so, if I include HTML in CSS the bar shows. If I remove html, the entire frame is gray like the body background.

html,
body /* Specifies the default styling for the page and body elements on desktops and laptops. */

Code: Select all

{
	font-family: var(--key_base_font_family);
	font-size: var(--key_base_font_size);
	line-height: var(--key_base_line_height);
	margin: 0px;
	padding: 0px;
	background-color: #f0f0f0;
	color: var(--key_corp_black);
	box-sizing: border-box;
	mc-hyphenate: never;
}
Guess the only option is to duplicate the above properties in the @medium rule set and modify them.
:flare:
Post Reply