Title: No scrollbar
Last modified: August 19, 2016

---

# No scrollbar

 *  [strommen](https://wordpress.org/support/users/strommen/)
 * (@strommen)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/no-scrollbar/)
 * Hi!
 * I have created my own theme and i see now when adding content there actually 
   is no scrollbar suddenly. Dont know what i have done to cause it. I know it must
   be my theme cause when i activate another it works perfectly with scroll.
 * [http://www.shadowhorizon.com](http://www.shadowhorizon.com)
 * Click on an articles username to get up the profile for example. You see you 
   cannot scroll down 🙁
 * Any ideas on what has caused this?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/no-scrollbar/#post-1415724)
 * default.css
 * the ‘position: fixed;’ is the reason for ‘no scrolbar’:
 *     ```
       /* > Container
       -------------------------------------------------------------- */
   
       div#container {
       	position: fixed;
       	width: 999px;
       	-moz-border-radius: 6px;
       	-webkit-border-radius: 6px;
       	border-right: 1px solid #e0e0e0;
       	border-left: 1px solid #e0e0e0;
       	border-bottom: 1px solid #e0e0e0;
       	background: #fff;
   
       }
       ```
   
 *  [alism](https://wordpress.org/support/users/alism/)
 * (@alism)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/no-scrollbar/#post-1415726)
 * A more experienced CSSer might perhaps swing by, but it looks like it’s the:
   `
   position: fixed;` in: `div#container` in your default.css file: `_inc/css/default.
   css`
 * (edit: Just seen alchymyths reply. I’m getting better at CSS! Woo!)
 *  Thread Starter [strommen](https://wordpress.org/support/users/strommen/)
 * (@strommen)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/no-scrollbar/#post-1415748)
 * Ah ofcourse. Didnt know that position: fixed would cause that. Changed it to 
   positon: relative now. That did the trick 🙂
 * Thanks guys, much appreciated. Owe you both 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘No scrollbar’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [strommen](https://wordpress.org/support/users/strommen/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/no-scrollbar/#post-1415748)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
