Skip to content

Commit

Permalink
PS widgets don't show scrollbars
Browse files Browse the repository at this point in the history
Partner sites widgets now don't show
a vertical scrollbar in Chrome.

. #154 #182 #185
  • Loading branch information
kardan committed May 16, 2013
1 parent b1cec00 commit 8c36436
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion akvo/mediaroot/ps_widgets/rsrWidgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
overflow-y: scroll
overflow: hidden;
}
body {
font-size: 1em;
Expand Down
3 changes: 3 additions & 0 deletions akvo/mediaroot/ps_widgets/w170px.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@
margin: 20px auto 0;
}

.w170px header span {
display:none;
}
4 changes: 2 additions & 2 deletions akvo/mediaroot/ps_widgets/w170pxSmall.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.w170pxSmall {
width: 100%;
/*height: 100%;*/
height: 312px;
height: 100%;
}
.w170pxSmall ul.basicInfo { padding: 0.5em 1.5%; }
.w170pxSmall ul.basicInfo li {
Expand All @@ -23,6 +22,7 @@
.w170pxSmall .photo_frame img {
width: 96%;
height: auto;
margin-bottom: 5px;
}

.w170pxSmall header span {
Expand Down

0 comments on commit 8c36436

Please sign in to comment.