Skip to content

Commit 4d9aee2

Browse files
authored
Merge pull request #3944 from davidfischer/fixed-footer-width-fix
Fixed footer ad width fix
2 parents 0c9fafb + dc4c9b0 commit 4d9aee2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

media/css/readthedocs-doc-embed.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ div.ethical-sidebar, div.ethical-footer {
9393
/* Fixed footer promotions */
9494
.ethical-fixedfooter {
9595
box-sizing: border-box;
96-
width: 100%;
9796
position: fixed;
9897
bottom: 0;
9998
left: 0;
@@ -105,6 +104,8 @@ div.ethical-sidebar, div.ethical-footer {
105104
padding: 0.5em 2.5em;
106105
text-align: center;
107106
color: #404040;
107+
width: 100%; /* Fallback for Opera Mini */
108+
width: 100vw;
108109
}
109110
.ethical-fixedfooter a,
110111
.ethical-fixedfooter a:hover,

0 commit comments

Comments
 (0)