hacker-slides icon indicating copy to clipboard operation
hacker-slides copied to clipboard

#stash-pane should not be fixed, or the browser window will not have scrollbar to show full file list

Open edl7878 opened this issue 7 years ago • 1 comments

#stash-pane should not be fixed, or the browser window will not have scrollbar to show full file list

edl7878 avatar Jun 16 '18 15:06 edl7878

#stash-pane should not be fixed, or the browser window will not have scrollbar to show full file list,and #stash-pane #controls should set as follow,through the controls in this page may not work.

#stash-pane {

top: 0; width: 60%; height: 100%; font-size: 16px; }

#stash-pane #controls { color: #2e2e2e;

right: 0; top: 0; z-index: 1; margin: 5px 5px 0 0; }

at the sametime,editpane controls overlaped by right presentation preview,should set as follow:

#edit-pane #controls { color: #2e2e2e; position: absolute; right: 30px; top: 0; z-index: 1; margin: 5px 5px 0 0; }

edl7878 avatar Jun 16 '18 16:06 edl7878