From c683df0a5545f8d320639bded731acb11431c3cc Mon Sep 17 00:00:00 2001 From: Alexey Leshchenko Date: Sun, 22 Aug 2021 15:08:05 +0300 Subject: [PATCH] Fix width issues --- bundles/loconotion.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bundles/loconotion.css b/bundles/loconotion.css index 4fad741..ef5a680 100644 --- a/bundles/loconotion.css +++ b/bundles/loconotion.css @@ -16,7 +16,13 @@ div[role="button"]:not(.notion-record-icon):hover { /* stops inline databases from overflowing horizontally */ .notion-frame { max-width: 100%; + width: 100vw !important; } + +.notion-selectable { + max-width: 100% !important; +} + .notion-scroller .notion-collection_view-block { width: 100% !important; max-width: 100% !important;