Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab UI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
SWD
SWLab UI
Commits
204fe4f0
Commit
204fe4f0
authored
Jul 01, 2024
by
minseok.park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rollback
parent
e0b0fad1
Pipeline
#19712
passed with stages
in 3 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
01-nav.js
src/js/01-nav.js
+2
-2
No files found.
src/js/01-nav.js
View file @
204fe4f0
...
@@ -159,8 +159,8 @@
...
@@ -159,8 +159,8 @@
function
scrollItemToMidpoint
(
panel
,
el
)
{
function
scrollItemToMidpoint
(
panel
,
el
)
{
var
rect
=
panel
.
getBoundingClientRect
()
var
rect
=
panel
.
getBoundingClientRect
()
var
effectiveHeight
=
rect
.
height
var
effectiveHeight
=
rect
.
height
//
var navStyle = window.getComputedStyle(nav)
var
navStyle
=
window
.
getComputedStyle
(
nav
)
//
if (navStyle.position === 'sticky') effectiveHeight -= rect.top - parseFloat(navStyle.top)
if
(
navStyle
.
position
===
'sticky'
)
effectiveHeight
-=
rect
.
top
-
parseFloat
(
navStyle
.
top
)
panel
.
scrollTop
=
Math
.
max
(
0
,
(
el
.
getBoundingClientRect
().
height
-
effectiveHeight
)
*
0.5
+
el
.
offsetTop
)
panel
.
scrollTop
=
Math
.
max
(
0
,
(
el
.
getBoundingClientRect
().
height
-
effectiveHeight
)
*
0.5
+
el
.
offsetTop
)
}
}
...
...
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