Note that there are some explanatory texts on larger screens.

plurals
  1. POnot getting vertical scroll
    text
    copied!<p>i am not getting vertical scrollbar...<br> jsfiddle link -> <a href="http://jsfiddle.net/QNuzb/2/" rel="nofollow">http://jsfiddle.net/QNuzb/2/</a> css is<br></p> <pre><code> /* Navigation */ #nav-bar {position: fixed;top: 0;left: 0;z-index: 999;width: 100%;height: 45px;background: #F5F5F5;} #nav {width: 800px;margin: 0 auto;height: 48px;text-align:center;} #nav &gt; li { display: inline-block;width: 15em;} ul{list-style-type: none; display:inline-block;margin:0 auto; padding:0; position:relative;font-weight: bold; } ul li{display:block;display:inline-block; position:relative;margin-right:5px;margin-left:5px} ul li a{text-align: center;font-size: 18px;margin: 5px;padding: 8px;text-decoration: none; text-transform: capitalized;height: 35px; color:#222; font-size:18px; line-height:48px;} ul li a:hover, ul li a.active{text-align:center;border-bottom:3px solid #800000; color:#800000} /* Tabs */ .etabs { margin: 0; padding: 0; } .tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; } .tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; } .tab a:hover { text-decoration: underline; } .tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; } .tab a.active { font-weight: bold; } .tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; } </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload