We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2f5832 + 65f8ad7 commit cade211Copy full SHA for cade211
client/styles/components/_overlay.scss
@@ -23,15 +23,22 @@
23
flex-wrap: wrap;
24
flex-flow: column;
25
max-height: 80%;
26
+ max-width: 80%;
27
position: relative;
28
padding-bottom: #{25 / $base-font-size}rem;
29
+
30
+ @media (max-width: 650px) {
31
+ max-width: 100%;
32
+ max-height: 100%;
33
+ height: 100vh;
34
+ width: 100vw;
35
+ }
36
}
37
38
.overlay__header {
39
display: flex;
40
justify-content: space-between;
41
padding: #{20 / $base-font-size}rem;
- flex: 1 0 auto;
42
43
44
.overlay__actions {
@@ -49,10 +56,9 @@
49
56
50
57
/* Fixed height overlay */
51
58
.overlay--is-fixed-height .overlay__body {
52
- height: 80vh;
59
53
60
54
61
55
62
.overlay--is-fixed-height .overlay__header {
63
flex: 0;
64
-
0 commit comments