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

Make the tabs float on top of the page like the header bar #94

Closed
MonikaFu opened this issue Nov 29, 2024 · 2 comments · Fixed by #164
Closed

Make the tabs float on top of the page like the header bar #94

MonikaFu opened this issue Nov 29, 2024 · 2 comments · Fixed by #164
Assignees
Labels
ADO Also Tracked on Azure DevOps dashboard-layout

Comments

@MonikaFu
Copy link
Contributor

MonikaFu commented Nov 29, 2024

Currently they disappear when user scrolls down on a page.

Top:
image

After scrolling down:
image

AB#12279

@MonikaFu MonikaFu added ADO Also Tracked on Azure DevOps dashboard-layout labels Nov 29, 2024
@MonikaFu
Copy link
Contributor Author

Maybe we could also consider the asset class and sector selectors and exposure stats to float on top?

@jdhoffa
Copy link
Member

jdhoffa commented Dec 3, 2024

Adding something like this to the app.postcss seems to do the trick here more or less:

.tab-list {
	position: fixed;
	background-color: rgb(var(--color-surface-100));
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADO Also Tracked on Azure DevOps dashboard-layout
Projects
None yet
2 participants