Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TWA-VF: Layer tree CSS needs adjusting #978

Closed
mdhillman opened this issue Oct 23, 2023 · 2 comments
Closed

TWA-VF: Layer tree CSS needs adjusting #978

mdhillman opened this issue Oct 23, 2023 · 2 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed infra General infrastructure issues for to the base library, agent framework, stack, vis tools etc. infra-vis Infrastructure issues relating to the visualisation framework.

Comments

@mdhillman
Copy link
Collaborator

Specifically on 4K displays on visualisations with lots of layers, the layer tree extends beyond the end of the containing control block; fixing this requires some CSS tweaks and testing on different display sizes.

@mdhillman mdhillman added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed infra-vis Infrastructure issues relating to the visualisation framework. infra General infrastructure issues for to the base library, agent framework, stack, vis tools etc. labels Oct 23, 2023
@mdhillman mdhillman self-assigned this Oct 23, 2023
@Ushcode Ushcode self-assigned this Oct 26, 2023
@Ushcode
Copy link
Collaborator

Ushcode commented Dec 20, 2023

#layerContainer {
	display: flex;
	flex-flow: column;
	overflow: hidden;
}

#layerContainer .controlContents {
	display: flex;
	flex-grow: 1;
	overflow: hidden;
}

#layerTreeContainer {
	overflow: scroll;
}

@Ushcode
Copy link
Collaborator

Ushcode commented Feb 5, 2024

Closed with #1069 on 12 Jan 2024

@Ushcode Ushcode closed this as completed Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed infra General infrastructure issues for to the base library, agent framework, stack, vis tools etc. infra-vis Infrastructure issues relating to the visualisation framework.
Projects
None yet
Development

No branches or pull requests

2 participants