Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
getrebuild committed Oct 18, 2023
1 parent 1a15e50 commit d245ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/web/assets/js/charts/charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class BaseChart extends React.Component {
if (!this.__chartStackHeight) this.__chartStackHeight = $stack.height()

$box.addClass('fullscreen')
let height = $(window).height() - ($(document.body).hasClass('fullscreen') ? 80 : 140)
let height = $(window).height() - ($(document.body).hasClass('fullscreen') ? 75 : 135)
height -= $('.announcement-wrapper').height() || 0
$stack.css({ height: Math.max(height, 300), overflow: 'hidden' })
} else {
Expand Down

0 comments on commit d245ef4

Please sign in to comment.