Skip to content

Commit 8f44994

Browse files
committed
fix: Iframe height on intermediate widths + Modal background color
1 parent 7a451e0 commit 8f44994

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/styles/iframes.styl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.iframesContainer
2+
--modal-shadow: rgba(0, 0, 0, 0.5)
3+
24
display flex
35
flex-direction row
46
width 100%
@@ -8,7 +10,6 @@
810

911
iframe
1012
border 0
11-
height 100%
1213

1314
.controllerApp
1415
width 400px
@@ -33,7 +34,7 @@
3334

3435
.controllerApp--mobile.open
3536
pointer-events auto
36-
background var(--lt-shadowActive)
37+
background var(--modal-shadow)
3738
left 0
3839

3940
.controllerApp--desktop
@@ -46,3 +47,4 @@
4647
.controllerApp--desktop.open
4748
margin-left 0
4849
border-color var(--dividerColor)
50+
background var(--paperBackgroundColor)

0 commit comments

Comments
 (0)