Skip to content

Flow scrollbar not showing #1277

@ncannasse

Description

@ncannasse

If the flow has a overflow:scroll and a max-height:300 and its layout is horizontal (default), the scrollbar will disappear if a min-height is added (or height is set instead of min+max).

	<flow class="glist">
		<flow class="gcontent">
			<fmt-text text={"Item name 1"}/>
			<fmt-text text={"Item name 2"}/>
		</flow>
	</flow>

	.glist {
		overflow : scroll;
		height : 200;
		content-valign : top;
		.gcontent {
			min-height : 500;
		}
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions