Parcourir la source

fix affix styles

Yuki Takei il y a 8 ans
Parent
commit
7afde161a1
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      resource/js/legacy/crowi.js

+ 0 - 2
resource/js/legacy/crowi.js

@@ -502,8 +502,6 @@ $(function() {
     if ($affixContent.length > 0) {
       var $affixContentContainer = $('.row.bg-title');
       var containerHeight = $affixContentContainer.outerHeight(true);
-      // fix height(固定)
-      $affixContentContainer.css({height: containerHeight + 'px'});
       $affixContent.affix({
         offset: {
           top: function() {