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

CSS Issues with Neuroglancer #415

Open
dxenes1 opened this issue Nov 5, 2024 · 0 comments
Open

CSS Issues with Neuroglancer #415

dxenes1 opened this issue Nov 5, 2024 · 0 comments

Comments

@dxenes1
Copy link
Collaborator

dxenes1 commented Nov 5, 2024

          I noticed some weird CSS going on. Some of the text boxes are squished. 

image

I was able to fix this with some more CSS classes in workspace.css. These were the classes I noticed that needed the change. The list is not exhaustive.

.neuroglancer-display-dimensions-widget-name,
.neuroglancer-position-dimension-scale,
.neuroglancer-position-dimension-coordinate,
.neuroglancer-position-dimension-name{
  box-sizing: content-box;
}

There might be a better spelunker-wide change. I would search for one before applying this bandaid fix.

Originally posted by @hannah-martinez in #414 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant