Skip to content

Simplify sticky toolbar styling#122

Merged
oliver-sanders merged 1 commit intooliver-sanders:view-toolbar++from
MetRonnie:sticky-toolbar
Dec 11, 2025
Merged

Simplify sticky toolbar styling#122
oliver-sanders merged 1 commit intooliver-sanders:view-toolbar++from
MetRonnie:sticky-toolbar

Conversation

@MetRonnie
Copy link

No description provided.

Comment on lines -359 to -368
height: 4em;
padding: 0.5em;
background: white;
z-index: 1;
}
.tree {
height: calc(100% - 4.1em);
width: 100%;
padding-left: 0.5em !important;
overflow-y: scroll;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's dangerous to assume that things aren't there for a reason, this diff breaks the sticky header!

You demonstrate, you'll need a workflow where the tree view is ~3x as high as the viewport. By the time you have scrolled to the bottom, the header will no longer be sticky.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Comment on lines -19 to -22
<v-container
fluid
class="pa-0"
>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From testing, this change messes up the GScan tree.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@oliver-sanders oliver-sanders force-pushed the view-toolbar++ branch 2 times, most recently from 90841e3 to fc38f0c Compare December 10, 2025 16:05
@oliver-sanders oliver-sanders merged commit 239550e into oliver-sanders:view-toolbar++ Dec 11, 2025
5 checks passed
@MetRonnie MetRonnie deleted the sticky-toolbar branch December 15, 2025 12:20
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

Successfully merging this pull request may close these issues.

2 participants