Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a4d530f3
Commit
a4d530f3
authored
Mar 17, 2020
by
Denys Mishunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed internal scrollbar from right sidepanel
Generated a changelog entry
parent
0d89ed92
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
4 deletions
+14
-4
app/assets/stylesheets/framework/sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+8
-1
app/assets/stylesheets/pages/builds.scss
app/assets/stylesheets/pages/builds.scss
+0
-1
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+1
-1
app/assets/stylesheets/pages/wiki.scss
app/assets/stylesheets/pages/wiki.scss
+0
-1
changelogs/unreleased/196226-rightsidebar-collapsed-always-on-scrollbar.yml
...sed/196226-rightsidebar-collapsed-always-on-scrollbar.yml
+5
-0
No files found.
app/assets/stylesheets/framework/sidebar.scss
View file @
a4d530f3
...
...
@@ -30,7 +30,6 @@
.right-sidebar-collapsed
{
padding-right
:
0
;
width
:
fit-content
;
@include
media-breakpoint-up
(
sm
)
{
&
:not
(
.wiki-sidebar
)
:not
(
.build-sidebar
)
:not
(
.issuable-bulk-update-sidebar
)
.content-wrapper
{
...
...
@@ -83,8 +82,16 @@
}
}
@mixin
sidebar-container
{
width
:
calc
(
100%
+
100px
);
}
.right-sidebar
{
border-left
:
1px
solid
$border-color
;
.sidebar-container
{
@include
sidebar-container
;
}
}
.with-performance-bar
.right-sidebar.affix
{
...
...
app/assets/stylesheets/pages/builds.scss
View file @
a4d530f3
...
...
@@ -176,7 +176,6 @@
}
.sidebar-container
{
width
:
calc
(
100%
+
100px
);
padding-right
:
100px
;
height
:
100%
;
overflow-y
:
scroll
;
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
a4d530f3
...
...
@@ -309,7 +309,7 @@
}
.issuable-sidebar
{
width
:
100%
;
@include
sidebar-container
;
height
:
100%
;
overflow-y
:
scroll
;
overflow-x
:
hidden
;
...
...
app/assets/stylesheets/pages/wiki.scss
View file @
a4d530f3
...
...
@@ -80,7 +80,6 @@
.sidebar-container
{
padding
:
$gl-padding
0
;
width
:
calc
(
100%
+
100px
);
padding-right
:
100px
;
height
:
100%
;
overflow-y
:
scroll
;
...
...
changelogs/unreleased/196226-rightsidebar-collapsed-always-on-scrollbar.yml
0 → 100644
View file @
a4d530f3
---
title
:
Fix right sidebar when scrollbars are always visible
merge_request
:
27314
author
:
Shawn @CasualBot
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment