Skip to content

Commit 590198b

Browse files
committed
issue #8924 Horizontal scroll bar missing in HTML for wide class="dotgraph" objects
Most of the RTL implementation, this looks like a remnant. (relevant original issue introducing the problem #636, some fixes in #754)
1 parent e273412 commit 590198b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/html/doxygen.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ dl.el {
262262
}
263263

264264
ul {
265-
overflow: hidden; /*Fixed: list item bullets overlap floating elements*/
265+
overflow: visible;
266266
}
267267

268268
#side-nav ul {

0 commit comments

Comments
 (0)