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

Remove independent scroll from events sidebar #2033

Merged
merged 1 commit into from Sep 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 0 additions & 8 deletions app/styles/_sidebar-right.less
Expand Up @@ -4,7 +4,6 @@

.right-section {
height: 100%;
position: fixed;
.right-container {
align-items: flex-start;
bottom: 0;
Expand All @@ -14,8 +13,6 @@
justify-content: flex-start;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
.right-content {
Expand Down Expand Up @@ -156,11 +153,6 @@
}
}
.right-content {
.events {
// Because .right-section is position:fixed, we need to account for the top nav and project bar combined height,
// so offset that amount by adding padding-bottom, which makes the entire scrollable area visible.
padding-bottom: (@navbar-os-header-height-mobile + @project-bar-height-mobile + @tech-preview-banner-height);
}
.event {
display: flex;
align-items: center;
Expand Down
5 changes: 2 additions & 3 deletions dist/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.