2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

slidebars.jsを使った時にheaderをfixedにしたいとき困ったこと

Posted at

困ったこと

スマホのときに横からシュッとナビをだしたい

slidebars.jsを使うことにした
http://plugins.adchsm.me/slidebars/

今回のサイトは 部分を固定にしたい

container部分が表示されない

slidebars.jsを修正

js
106:// Inline CSS
		function css() {
			// Site container height.
			// $site.css( 'minHeight', '' );
			// var siteHeight = parseInt( $site.css( 'height' ), 10 ),
			// htmlHeight = parseInt( $( 'html' ).css( 'height' ), 10 );
			// if ( siteHeight < htmlHeight ) $site.css( 'minHeight', $( 'html' ).css( 'height' ) ); // Test height for vh support..

上記部分をまるっとコメントアウト

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?