Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b00eb241
authored
2022-11-15 11:05:51 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:滚动条组件修改
1 parent
088ec5ed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/styles/sidebar.scss
src/styles/sidebar.scss
View file @
b00eb24
...
...
@@ -16,7 +16,7 @@
left
:
0
;
z-index
:
1001
;
background-color
:
$subMenuBg
;
overflow
:
hidden
;
//
overflow: hidden;
.horizontal-collapse-transition
{
transition
:
0s
width
ease-in-out
,
0s
padding-left
ease-in-out
,
...
...
@@ -25,8 +25,9 @@
.scrollbar-wrapper
{
overflow-x
:
hidden
!
important
;
overflow-y
:
auto
;
//
overflow-y: auto;
margin-right
:
0
!
important
;
height
:
90vh
;
&
:
:-
webkit-scrollbar
{
display
:
none
;
...
...
@@ -52,7 +53,6 @@
background-color
:
transparent
!
important
;
border
:
none
;
height
:
100%
;
// overflow-y: auto;
width
:
100%
!
important
;
}
...
...
Please
register
or
sign in
to post a comment