From 7b11698c9bf93cc848a8a9cee1bead47db46bad3 Mon Sep 17 00:00:00 2001 From: FireIsGood Date: Fri, 19 Jan 2024 03:59:14 -0800 Subject: [PATCH] Fix dataview tables (again) --- theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.css b/theme.css index cda0035..c007c93 100644 --- a/theme.css +++ b/theme.css @@ -817,6 +817,8 @@ input.task-list-item-checkbox:checked::after { } /* Fix table margin collapse bug and add table margins */ +/* They keep changing this and it breaks the theme every time, I'm quite annoyed... */ +.markdown-preview-view .block-language-dataview, .markdown-preview-view div:not([class]):has(> table) { overflow: unset !important;