extentreports-java icon indicating copy to clipboard operation
extentreports-java copied to clipboard

Extent report does not show scroll bar

Open softwaredev999 opened this issue 3 years ago • 1 comments

Hello,

I am able to generate the extent report but I cant see the HTML report scroll bar, Because of that, I cant see the rest of the report.

POM:

		<!-- https://mvnrepository.com/artifact/com.aventstack/extentreports -->
		<dependency>
			<groupId>com.aventstack</groupId>
			<artifactId>extentreports</artifactId>
			<version>5.0.9</version>
		</dependency>


		<!-- https://mvnrepository.com/artifact/com.relevantcodes/extentreports -->
		<dependency>
			<groupId>com.relevantcodes</groupId>
			<artifactId>extentreports</artifactId>
			<version>2.41.2</version>
		</dependency>

er1

softwaredev999 avatar Apr 25 '22 23:04 softwaredev999

i am also facing same issue, I can see the scroll bar only after a mouse scroll

Krishnakumar1988 avatar Jun 20 '23 15:06 Krishnakumar1988