aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-21 11:15:18 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-21 11:15:18 +0200
commitc1697ce96bae32c50951f151fd112c6de3bb641f (patch)
treebbaa63f9fcc982e26a69fabec8e847e19cf8b249 /view/theme
parent369f34b2d122c7bd22522101fc9e4ce0f597a04e (diff)
downloadvolse-hubzilla-c1697ce96bae32c50951f151fd112c6de3bb641f.tar.gz
volse-hubzilla-c1697ce96bae32c50951f151fd112c6de3bb641f.tar.bz2
volse-hubzilla-c1697ce96bae32c50951f151fd112c6de3bb641f.zip
fix can not enter text in notes widget
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/js/redbasic.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index 70d196a02..e32fd06e0 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -20,7 +20,8 @@ $(document).ready(function() {
if($(window).width() >= 992) {
$('#left_aside_wrapper, #right_aside_wrapper').stick_in_parent({
offset_top: parseInt($('aside').css('padding-top')),
- parent: 'main'
+ parent: 'main',
+ spacer: '.aside_spacer'
});
}