Skip to content

Commit

Permalink
fix: on screen with big records count is dialog centered based on scr…
Browse files Browse the repository at this point in the history
…ollbars range and not on screen size. It is showing outside viewable range and user get "disabled" screen.
  • Loading branch information
Jan Polonsky committed Oct 27, 2023
1 parent 23df5fa commit 0b0f761
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 0b0f761

Please sign in to comment.