Skip to content

Commit

Permalink
Merge pull request #440 from twbs/content-absolute
Browse files Browse the repository at this point in the history
Position `.content` absolutely
  • Loading branch information
connors committed Mar 7, 2014
2 parents db624e5 + 4003149 commit 55a2c07
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/css/ratchet.css
Expand Up @@ -257,7 +257,7 @@ a:active {
}

.content {
position: fixed;
position: absolute;
top: 0;
right: 0;
bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/ratchet.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/ratchet.css
Expand Up @@ -257,7 +257,7 @@ a:active {
}

.content {
position: fixed;
position: absolute;
top: 0;
right: 0;
bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/css/ratchet.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sass/base.scss
Expand Up @@ -36,7 +36,7 @@ a {

// Wrapper to be used around all content not in .bar-title and .bar-tab
.content {
position: fixed;
position: absolute;
top: 0;
right: 0;
bottom: 0;
Expand Down

0 comments on commit 55a2c07

Please sign in to comment.