diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/objects/_lightbox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
51 | grid-template-areas: 'header close' 'content content' 'footer footer'; | 51 | grid-template-areas: 'header close' 'content content' 'footer footer'; |
52 | gap: fn.dim(--spacing); | 52 | gap: fn.dim(--spacing); |
53 | position: relative; | 53 | position: relative; |
54 | box-sizing: border-box; | ||
54 | height: 100%; | 55 | height: 100%; |
55 | padding: fn.dim(--pad); | 56 | padding: fn.dim(--pad); |
56 | 57 | ||