Browse Source

Remove position:relative in embedded CSS (#1122)

This was rendering the content outside of the viewport, rendering Converse.js unusable.
linkmauve 7 năm trước cách đây
mục cha
commit
563bee916a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      sass/_embedded.scss

+ 0 - 1
sass/_embedded.scss

@@ -8,7 +8,6 @@
 
     bottom: auto;
     height: 100%; // When embedded, it fills the containing element
-    position: relative;
     right: auto;
     width: 100%;