diff options
author | Volpeon <git@volpeon.ink> | 2022-06-18 00:01:13 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-18 00:01:13 +0200 |
commit | a3296360acb08cf19d358aa140f8d3c4d054b169 (patch) | |
tree | 65e504afa6a345262336c5bb230ab79b3d3c65ce /src/objects/_lightbox.scss | |
parent | Better lightbox (diff) | |
download | iro-design-a3296360acb08cf19d358aa140f8d3c4d054b169.tar.gz iro-design-a3296360acb08cf19d358aa140f8d3c4d054b169.tar.bz2 iro-design-a3296360acb08cf19d358aa140f8d3c4d054b169.zip |
Fix lightbox sizing
Diffstat (limited to 'src/objects/_lightbox.scss')
-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 | ||