Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <machniak@kolabsys.com>2019-06-25 15:11:40 +0300
committerAleksander Machniak <machniak@kolabsys.com>2019-06-25 15:11:40 +0300
commitf181cdfd3994559a8ac27477759bb81634b0bb20 (patch)
tree8893bb75b1655558c7ff7f3691eb9232db9a2b86 /skins/elastic/styles
parent404995ef953ddb8b391685f2d0c99880c80f6134 (diff)
Elastic: Remove height from .iframe-wrapper
It fixes some iframed dialogs by making the footer bar not hidden in Chrome.
Diffstat (limited to 'skins/elastic/styles')
-rw-r--r--skins/elastic/styles/layout.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/skins/elastic/styles/layout.less b/skins/elastic/styles/layout.less
index 48526ab2a..181adc7bc 100644
--- a/skins/elastic/styles/layout.less
+++ b/skins/elastic/styles/layout.less
@@ -160,7 +160,6 @@ body {
.iframe-wrapper {
width: 100%;
- height: 100%;
flex: 1;
iframe {