mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix vfsPath's content gets pushed up when it gets scrollbar
This commit is contained in:
parent
4de7dc5ba7
commit
32ce25d564
@ -1359,11 +1359,12 @@ div.et2_vfsPath ul {
|
|||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
/* This hides the higher level directories if overflow */
|
/* This hides the higher level directories if overflow */
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
height: 100%;
|
height: 32px;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
max-width: 92%;
|
max-width: 92%;
|
||||||
margin-right: 7%;
|
margin-right: 7%;
|
||||||
|
padding-top: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.et2_vfsPath ul::-webkit-scrollbar {
|
div.et2_vfsPath ul::-webkit-scrollbar {
|
||||||
@ -1384,7 +1385,6 @@ div.et2_vfsPath li {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
flex: none;
|
flex: none;
|
||||||
padding-top: 9px;
|
|
||||||
color: #26537C;
|
color: #26537C;
|
||||||
border-radius: 5px 0px 0px 5px;
|
border-radius: 5px 0px 0px 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user