Skip to content

Commit de44f57

Browse files
sg00dwinf0x11
authored andcommitted
Remove independent scroll from events sidebar
Fixes openshift#2004 Fixes openshift#2028
1 parent 6a3b97e commit de44f57

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

app/styles/_sidebar-right.less

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

55
.right-section {
66
height: 100%;
7-
position: fixed;
87
.right-container {
98
align-items: flex-start;
109
bottom: 0;
@@ -14,8 +13,6 @@
1413
justify-content: flex-start;
1514
height: 100%;
1615
left: 0;
17-
overflow: hidden;
18-
position: absolute;
1916
right: 0;
2017
top: 0;
2118
.right-content {
@@ -156,11 +153,6 @@
156153
}
157154
}
158155
.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-
}
164156
.event {
165157
display: flex;
166158
align-items: center;

dist/styles/main.css

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

0 commit comments

Comments
 (0)