diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-01-05 17:40:45 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-01-05 17:40:45 +0100 |
commit | a1b35fb7d13c610ac6923e6162dd163312160c9a (patch) | |
tree | ca6958f8673c19901fd9ab6a08955874768b5bd7 /view/php/default.php | |
parent | 0364bf491396c742d550fd6b0d22b929e3681432 (diff) | |
download | volse-hubzilla-a1b35fb7d13c610ac6923e6162dd163312160c9a.tar.gz volse-hubzilla-a1b35fb7d13c610ac6923e6162dd163312160c9a.tar.bz2 volse-hubzilla-a1b35fb7d13c610ac6923e6162dd163312160c9a.zip |
fix an issue with sticky_kit where input fields and textareas would blur on recalc. auto resize the notes textarea since if it sticks to the bottom it can not be properly resized
Diffstat (limited to 'view/php/default.php')
-rw-r--r-- | view/php/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/default.php b/view/php/default.php index 839a36b5b..373fa2fd0 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -10,7 +10,7 @@ <header><?php if(x($page,'header')) echo $page['header']; ?></header> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"><?php if(x($page,'nav')) echo $page['nav']; ?></nav> <main> - <aside id="region_1"><div id="left_aside_wrapper"><?php if(x($page,'aside')) echo $page['aside']; ?></div></aside> + <aside id="region_1"><div id="left_aside_spacer"><div id="left_aside_wrapper"><?php if(x($page,'aside')) echo $page['aside']; ?></div></div></aside> <section id="region_2"><?php if(x($page,'content')) echo $page['content']; ?> <div id="page-footer"></div> <div id="pause"></div> |