Browse Source

Remove position:relative in embedded CSS (#1122)

This was rendering the content outside of the viewport, rendering Converse.js unusable.
linkmauve 7 years ago
parent
commit
563bee916a
1 changed files with 0 additions and 1 deletions
  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%;