diff --git a/browser/css/dark.css b/browser/css/dark.css index bf642eaf3e7420e7f22e93470cdc369d9dce5698..c0990cc3bc216b00edbfc51fd9d2aec5ca13b8a0 100644 --- a/browser/css/dark.css +++ b/browser/css/dark.css @@ -705,7 +705,8 @@ span .substitution { .popup_container a:hover { color: #fdf6e3; } -#data-container { +.data-container, +.info-container { z-index: 3; border: solid; position: fixed; @@ -722,8 +723,9 @@ span .substitution { height: -webkit-calc(100% - 200px); height: calc(100% - 200px); } -#data-msg { - overflow: auto; +.data-msg, +.info-msg { + overflow-x: hidden; height: 100%; width: 100%; } diff --git a/browser/css/light.css b/browser/css/light.css index 99bfab4171c403b989b48e9569c03b9be30f5d24..1d192a7b18f5710dfdef5b6a8916bb5db569d8b3 100644 --- a/browser/css/light.css +++ b/browser/css/light.css @@ -705,7 +705,8 @@ span .substitution { .popup_container a:hover { color: #002b36; } -#data-container { +.data-container, +.info-container { z-index: 3; border: solid; position: fixed; @@ -722,8 +723,9 @@ span .substitution { height: -webkit-calc(100% - 200px); height: calc(100% - 200px); } -#data-msg { - overflow: auto; +.data-msg, +.info-msg { + overflow-x: hidden; height: 100%; width: 100%; } diff --git a/browser/css/vidjil.less b/browser/css/vidjil.less index 7d7efdc3e672d8430e25d32b3323c524feb6d84b..82d6a14247ceea4cd1f7a4a5a5b97f9d5c1fbe08 100644 --- a/browser/css/vidjil.less +++ b/browser/css/vidjil.less @@ -852,7 +852,7 @@ span .substitution{ color : @select; } -#data-container{ +.data-container, .info-container{ z-index:3; border:solid; position: fixed; @@ -870,8 +870,8 @@ span .substitution{ height: calc(~"100%" - 200px); } -#data-msg{ - overflow: auto; +.data-msg, .info-msg{ + overflow-x: hidden; height : 100%; width : 100%; } diff --git a/browser/index.html b/browser/index.html index 5060ffa506960f8a280e8071260a5338431ea247..ce0b3774aaf3b27a553229491f1798c542c26cec 100644 --- a/browser/index.html +++ b/browser/index.html @@ -249,20 +249,20 @@