Skip to content

Commit

Permalink
Merge pull request #181 from Progress1/center_settings
Browse files Browse the repository at this point in the history
fix: dialog is centered based on scrollbars range and not on screen size
  • Loading branch information
milankowww authored Nov 29, 2023
2 parents 298e9e7 + 0b0f761 commit db23729
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/gui/src/components/analyze/NewReportItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,14 @@
</template>

<style>
.taranis-ng-vertical-view {
position: relative;
}
.taranis-ng-vertical-view {
position: relative;
}
.v-dialog__content,
.v-dialog--fullscreen {
position: absolute;
}
.v-dialog__content,
.v-dialog--fullscreen {
position: fixed;
}
</style>

<script>
Expand Down

0 comments on commit db23729

Please sign in to comment.