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

feature-1736: Make right sidebar on tracks.html stay on page #2673

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

lthanhhieu
Copy link
Contributor

Checklist

Short description of what this resolves:

  • Make right sidebar on tracks.html stay on page

Changes proposed in this pull request:

  • Make right sidebar on tracks.html stay on page

Fixes #1736

top: 0;
overflow-y: auto;
max-height: calc(100vh - 10% - 60px);
margin-top: 60px !important;

Choose a reason for hiding this comment

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

!important should not be used

padding-left: 30px;

&.sticky{
position: fixed;

Choose a reason for hiding this comment

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

Properties should be ordered margin-top, max-height, overflow-y, position, top

margin-top: 16%;
padding-left: 30px;

&.sticky{

Choose a reason for hiding this comment

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

Opening curly brace { should be preceded by one space

@@ -2480,3 +2480,21 @@ a.skip:hover {
}
}
}

.track-room-names {

Choose a reason for hiding this comment

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

Merge rule .track-room-names with rule on line 987

@lthanhhieu lthanhhieu marked this pull request as ready for review August 22, 2023 07:45
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.

Make right sidebar on tracks.html stay on page
3 participants