Commit 612a4cdf authored by isstuev's avatar isstuev

fix alert bg

parent 1bd65cf3
...@@ -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