mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 09:05:45 +00:00
IMPR: Header, sidebar and video preview fixtures
This commit is contained in:
parent
bd2559a8bc
commit
6612b3946d
2
dist/js/app.js
vendored
2
dist/js/app.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/app.js.map
vendored
2
dist/js/app.js.map
vendored
File diff suppressed because one or more lines are too long
@ -53,9 +53,9 @@ const SidebarUI = (($) => {
|
||||
$innerWrapper.attr('style', '');
|
||||
}else if(scrollPos >= (contentOffset + contentOffsetHeight - $innerWrapper[0].offsetHeight)){
|
||||
// bottom pos
|
||||
$innerWrapper.attr('style', `position:absolute;bottom:${fontSize}px`);
|
||||
$innerWrapper.attr('style', `position:absolute;bottom:${fontSize}px`);
|
||||
}else {
|
||||
// scrolled pos
|
||||
// scrolled pos
|
||||
$innerWrapper.attr('style', `position:fixed;top:${fontSize}px;width:${sidebarWidth}px`);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user