Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
M4labplatform
Commits
4a0fcaaa
Commit
4a0fcaaa
authored
Nov 28, 2020
by
Patrick
Browse files
Test scrollbar
parent
90a0f7fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
vcm/templates/custom.css
View file @
4a0fcaaa
...
...
@@ -217,15 +217,57 @@
line-height
:
1.6
;
}
#tour-frame
::-webkit-scrollbar
{
/*
#tour-frame::-webkit-scrollbar {
/* display: none; */
/* width
} */
#tour-frame
::-webkit-scrollbar
{
width
:
10px
;
}
/* Track */
#tour-frame
::-webkit-scrollbar-track
{
background
:
#f1f1f1
;
}
/* Handle */
#tour-frame
::-webkit-scrollbar-thumb
{
background
:
#000000
;
}
/* Handle on hover */
#tour-frame
::-webkit-scrollbar-thumb:hover
{
background
:
#555
;
}
.startcontent
::-webkit-scrollbar
{
width
:
10px
;
}
/* Track */
.startcontent
::-webkit-scrollbar-track
{
background
:
#f1f1f1
;
}
/* Handle */
.startcontent
::-webkit-scrollbar-thumb
{
background
:
#000000
;
}
/* Handle on hover */
.startcontent
::-webkit-scrollbar-thumb:hover
{
background
:
#555
;
}
/* Hide scrollbar for IE and Edge */
#tour-frame
{
/* -ms-overflow-style: none; */
scrollbar-color
:
#000000
white
!important
;
/* thumb and track color */
scrollbar-width
:
thin
!important
;
}
.startcontent
{
scrollbar-color
:
#000000
white
!important
;
/* thumb and track color */
scrollbar-width
:
thin
!important
;
}
#headerOne
{
position
:
fixed
;
top
:
0
;
...
...
vcm/templates/story/story.css
View file @
4a0fcaaa
...
...
@@ -228,6 +228,8 @@ div.title-fill {
bottom
:
1rem
;
left
:
0
;
right
:
0
;
scrollbar-color
:
#000000
white
!important
;
/* thumb and track color */
scrollbar-width
:
thin
!important
;
}
.tour-top-navi
{
position
:
relative
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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