diff --git a/style.css b/style.css index 0696b57..12827e5 100644 --- a/style.css +++ b/style.css @@ -2877,7 +2877,19 @@ body.action-embed-index { width: 100%; height: 100%; display: table; - position: absolute; + /*position: absolute;*/ +} + +#embed #content { + left: 0; + margin-left: 0; + margin-top: 0; + position: relative; + width: 100%; +} + +#embed #content .title { + padding-right: 0px; } .action-embed-index #boxes, -- libgit2 0.21.2