Commit 8cc29167 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #1150 from blockscout/indexing-tx-alert-fix

fix alert bg
parents 077a79e6 612a4cdf
...@@ -89,7 +89,7 @@ const IndexingAlertIntTxs = () => { ...@@ -89,7 +89,7 @@ const IndexingAlertIntTxs = () => {
<PopoverTrigger> <PopoverTrigger>
{ trigger } { trigger }
</PopoverTrigger> </PopoverTrigger>
<PopoverContent maxH="450px" overflowY="scroll" w="240px"> <PopoverContent maxH="450px" overflowY="hidden" w="240px">
<PopoverBody p={ 4 } bgColor={ bgColor } boxShadow="2xl"> <PopoverBody p={ 4 } bgColor={ bgColor } boxShadow="2xl">
{ hint } { hint }
</PopoverBody> </PopoverBody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment