console: fix UI bug in "inspect modal" in operations tab (under monitoring)

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8833
GitOrigin-RevId: 3662dd68f2f19800b665475417ab9f4ce52dcaf4
This commit is contained in:
Varun Choudhary 2023-04-20 12:44:52 +05:30 committed by hasura-bot
parent a4a1283f98
commit 0641500f26

View File

@ -229,7 +229,9 @@ const Modal = props => {
' col-md-6 ' +
styles.borderRight +
' ' +
styles.flexColumn
styles.flexColumn +
' ' +
'overflow-auto'
}
>
<div className={styles.infoWrapper}>