mirror of
https://github.com/documize/community.git
synced 2025-07-22 14:49:42 +02:00
fixed scroll tool alignment
This commit is contained in:
parent
eabdc24ff2
commit
b6afd0602b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export default Ember.Component.extend(TooltipMixin, NotifierMixin, {
|
||||||
if (windowpos >= 300) {
|
if (windowpos >= 300) {
|
||||||
this.set('showScrollTool', true);
|
this.set('showScrollTool', true);
|
||||||
s.addClass("stuck-tool");
|
s.addClass("stuck-tool");
|
||||||
s.css('left', parseInt($(".zone-navigation").css('width')) + parseInt($(".zone-sidebar").css('width')) - 18 + 'px');
|
s.css('left', parseInt($(".zone-navigation").css('width')) + parseInt($(".zone-sidebar").css('width')) - 16 + 'px');
|
||||||
} else {
|
} else {
|
||||||
this.set('showScrollTool', false);
|
this.set('showScrollTool', false);
|
||||||
s.removeClass("stuck-tool");
|
s.removeClass("stuck-tool");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue