Fix tree panel resizing on mobile resolution

pull/1/head
ClemDee 2019-06-05 12:22:15 +02:00
parent a1163798de
commit 8a9f60e477
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
}
#cp-app-drive-tree {
resize: none;
width: 100%;
width: 100% !important;
max-width: unset;
max-height: unset;
border-bottom: 1px solid @drive_mobile-tree-border-col;