From dc4c9b0efe43457a0fa17e70a1bb80ea6890545c Mon Sep 17 00:00:00 2001 From: David Fischer Date: Fri, 13 Apr 2018 11:32:13 -0700 Subject: [PATCH] Fixed footer width fix --- media/css/readthedocs-doc-embed.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media/css/readthedocs-doc-embed.css b/media/css/readthedocs-doc-embed.css index 74e19042add..d75e3ec4c74 100644 --- a/media/css/readthedocs-doc-embed.css +++ b/media/css/readthedocs-doc-embed.css @@ -93,7 +93,6 @@ div.ethical-sidebar, div.ethical-footer { /* Fixed footer promotions */ .ethical-fixedfooter { box-sizing: border-box; - width: 100%; position: fixed; bottom: 0; left: 0; @@ -105,6 +104,8 @@ div.ethical-sidebar, div.ethical-footer { padding: 0.5em 2.5em; text-align: center; color: #404040; + width: 100%; /* Fallback for Opera Mini */ + width: 100vw; } .ethical-fixedfooter a, .ethical-fixedfooter a:hover,