Skip to content

Commit

Permalink
fix the wrong offset in display of news item detail
Browse files Browse the repository at this point in the history
  • Loading branch information
milankowww committed Dec 16, 2022
1 parent c7c438e commit 8f23f4c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/gui/src/components/assess/CardAssessItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -325,4 +325,10 @@
this.$root.$off('multi-select-off', this.multiSelectOff);
}
}
</script>
</script>
<style>
.v-dialog--fullscreen {
position: fixed !important;
top: 0;
}
</style>

0 comments on commit 8f23f4c

Please sign in to comment.