Skip to content

Commit 85b1ae6

Browse files
committed
Remove independent scroll from events sidebar
Fixes openshift#2004 Fixes openshift#2028
1 parent eb411d5 commit 85b1ae6

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

Diff for: app/styles/_sidebar-right.less

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.right-section {
66
height: 100%;
7-
position: fixed;
7+
// position: fixed;
88
.right-container {
99
align-items: flex-start;
1010
bottom: 0;
@@ -14,8 +14,8 @@
1414
justify-content: flex-start;
1515
height: 100%;
1616
left: 0;
17-
overflow: hidden;
18-
position: absolute;
17+
// overflow: hidden;
18+
// position: absolute;
1919
right: 0;
2020
top: 0;
2121
.right-content {
@@ -156,11 +156,11 @@
156156
}
157157
}
158158
.right-content {
159-
.events {
160-
// Because .right-section is position:fixed, we need to account for the top nav and project bar combined height,
161-
// so offset that amount by adding padding-bottom, which makes the entire scrollable area visible.
162-
padding-bottom: (@navbar-os-header-height-mobile + @project-bar-height-mobile + @tech-preview-banner-height);
163-
}
159+
// .events {
160+
// // Because .right-section is position:fixed, we need to account for the top nav and project bar combined height,
161+
// // so offset that amount by adding padding-bottom, which makes the entire scrollable area visible.
162+
// padding-bottom: (@navbar-os-header-height-mobile + @project-bar-height-mobile + @tech-preview-banner-height);
163+
// }
164164
.event {
165165
display: flex;
166166
align-items: center;

Diff for: dist/styles/main.css

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)