Fix tree panel resizing on mobile resolution

pull/1/head
ClemDee 6 years ago
parent a1163798de
commit 8a9f60e477

@ -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;

Loading…
Cancel
Save