From d7e53ed8dc6343792791b48decadbee3a442c2ac Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Fri, 14 Jul 2023 14:37:32 +0200 Subject: [PATCH] Fix table overflowing on mobile --- book/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/book/style.css b/book/style.css index cd854eb..ad23205 100644 --- a/book/style.css +++ b/book/style.css @@ -177,12 +177,11 @@ figcaption.caption { margin: 0; } - .table div.center, .table div.center div.center { margin: 0; } -.table { +.table, div.tabular { overflow-x: auto; } @@ -190,7 +189,6 @@ figcaption.caption { width: 100%; } - .menu { position: relative; }