From a3296360acb08cf19d358aa140f8d3c4d054b169 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 18 Jun 2022 00:01:13 +0200 Subject: Fix lightbox sizing --- src/objects/_lightbox.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/objects/_lightbox.scss b/src/objects/_lightbox.scss index 14aa302..bc6af03 100644 --- a/src/objects/_lightbox.scss +++ b/src/objects/_lightbox.scss @@ -51,6 +51,7 @@ grid-template-areas: 'header close' 'content content' 'footer footer'; gap: fn.dim(--spacing); position: relative; + box-sizing: border-box; height: 100%; padding: fn.dim(--pad); -- cgit v1.2.3-54-g00ecf