mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
* Reloads the quest panel solving issue #7697
* Revert "Reloads the quest panel solving issue #7697"
This reverts commit 0d58fb0fd3.
* fix overlapping filter buttons when windows resizes
This fixes one of the two causes of issue #7772.
https://github.com/HabitRPG/habitica/issues/7772
This commit is contained in:
parent
45297f8bf9
commit
04337f8e83
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
|
|||
$timeout(function () {
|
||||
if (window.env.IS_MOBILE || User.user.preferences.stickyHeader === false) return;
|
||||
$('.header-wrap').sticky({topSpacing:0});
|
||||
$(window).resize(function() {$('.header-wrap').sticky('update');});
|
||||
});
|
||||
|
||||
// Remove listener
|
||||
|
|
|
|||
Loading…
Reference in a new issue