From dda245dbab60bddab4e7593cccbf59117d00a812 Mon Sep 17 00:00:00 2001 From: ahoogol Date: Mon, 28 Aug 2017 09:51:48 +0430 Subject: - Fixed: list item bullets overlap floating elements in html - Fixed: fragment lines overlap floating elements in html --- templates/html/doxygen.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index 3bb7316..4745ed1 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -163,10 +163,15 @@ dl.el { margin-left: -1cm; } -.fragment -{ - text-align: left; - direction:ltr; +ul { + overflow: hidden; /* Fixed: list item bullets overlap floating elements*/ +} + +.fragment { + text-align: left; + direction: ltr; + overflow-x: auto; /* Fixed: fragment lines overlap floating elements*/ + overflow-y: hidden; } pre.fragment { -- cgit v0.12