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.
1 parent 279364f commit cb7afdbCopy full SHA for cb7afdb
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 {
@@ -55,4 +62,3 @@
55
62
.overlay--is-fixed-height .overlay__header {
56
63
flex: 0;
57
64
58
-
0 commit comments