浏览代码

fix CSS overflow on small screens

jomo 10 年之前
父节点
当前提交
ba4a7ae149
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      public/stylesheets/style.css

+ 2 - 1
public/stylesheets/style.css

@@ -115,7 +115,8 @@ h4 {
 
 .code .example-wrapper .preview, .code .preview-placeholder {
   display: none;
-  width: 100%;
+  left: 0;
+  right: 0;
   position: absolute;
   bottom: -240px;
   padding-top: 200px;