This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 927161a  OPENMEETINGS-2344 Add horizontal scroll if size exceeds 
window size. (#77)
927161a is described below

commit 927161aa1055674b81c7d560ab0a54529f9a01e5
Author: Sebastian Wagner <sebawag...@apache.org>
AuthorDate: Thu May 7 13:15:45 2020 +1200

    OPENMEETINGS-2344 Add horizontal scroll if size exceeds window size. (#77)
---
 openmeetings-web/src/main/webapp/css/raw-tree.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-tree.css 
b/openmeetings-web/src/main/webapp/css/raw-tree.css
index 8ce7d97..b978f1d 100644
--- a/openmeetings-web/src/main/webapp/css/raw-tree.css
+++ b/openmeetings-web/src/main/webapp/css/raw-tree.css
@@ -7,7 +7,8 @@
 }
 .file-tree .trees {
        height: calc(100% - var(--tree-header-height) - 
var(--tree-footer-height));
-       overflow-x: hidden;
+       width: var(--room-sidebar-width);
+       overflow-x: auto;
        overflow-y: auto;
 }
 .file-tree .trees #tree-anchor {

Reply via email to