Skip to content

Commit

Permalink
fix: 【监控】safari浏览器打开仪表盘高度异常 --Bug=134986575 (TencentBlueKing#4190)
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 25753
  • Loading branch information
liangling0628 authored Dec 4, 2024
1 parent e1be043 commit 56b0dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bkmonitor/webpack/src/monitor-pc/pages/grafana/grafana.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ export default class MyComponent extends tsc<object> {
ref='iframe'
style={{
'min-height': this.showAlert ? 'calc(100% - 32px)' : '100%',
height: this.showAlert ? 'calc(100% - 32px)' : '100%',
}}
class='grafana-wrap-frame'
src={this.grafanaUrl}
Expand Down

0 comments on commit 56b0dea

Please sign in to comment.