mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-27 17:54:11 +00:00
feature(cloudcmd) do not hide path and header when files are scrolling
This commit is contained in:
parent
8469c700a7
commit
45f59f18c2
7 changed files with 47 additions and 26 deletions
|
|
@ -84,7 +84,7 @@
|
|||
Height = (Height / 100).toFixed() * 100;
|
||||
|
||||
style = document.createElement('style');
|
||||
style.innerText = '.panel {' +
|
||||
style.innerText = '.files {' +
|
||||
'height:' + Height +'px;' +
|
||||
'}';
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<li class=path><span class="path-icon clear-storage" id=clear-storage title="clear storage (Ctrl+D)"></span><span class="path-icon refresh-icon" title="refresh (Ctrl+R)"><a href="{{ link }}"></a></span><span>{{ path }}</span></li>
|
||||
<div class=path><span class="path-icon clear-storage" id=clear-storage title="clear storage (Ctrl+D)"></span><span class="path-icon refresh-icon" title="refresh (Ctrl+R)"><a href="{{ link }}"></a></span><span>{{ path }}</span></div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue