Skip to content

Commit

Permalink
fix(css): Set z-index for titleform also for version view
Browse files Browse the repository at this point in the history
Fixes sticky titleform when viewing old page versions.

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Aug 9, 2023
1 parent 9503520 commit 21fe02b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/Collectives.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ export default {
padding-bottom: 200px;
}
#titleform {
z-index: 10022;
}
#version-title, #titleform input[type='text'] {
font-size: 35px;
border: none;
Expand Down
2 changes: 0 additions & 2 deletions src/components/Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,6 @@ export default {

<style lang="scss" scoped>
#titleform {
z-index: 10022;
form {
flex: auto;
}
Expand Down

0 comments on commit 21fe02b

Please sign in to comment.