Skip to content

Commit

Permalink
Switch back to sticky header on public page
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Jan 26, 2021
1 parent d25e618 commit a5d1c39
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/EditorWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -614,9 +614,6 @@ export default {
#files-public-content {
height: auto;
#editor-wrapper {
position: relative;
}
#editor-container {
top: 0;
width: 100%;
Expand All @@ -629,13 +626,12 @@ export default {
}
#editor {
padding-top: 50px;
overflow: auto;
// Fix for IE11 issue where the menubar sometimes was positioned under the text
z-index: 1000;
}
.has-conflicts #editor {
padding-top: 0px;
padding-top: 0;
}
}
}
Expand Down

0 comments on commit a5d1c39

Please sign in to comment.