File tree 1 file changed +12
-10
lines changed
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 25
25
display : none;
26
26
}
27
27
28
- /* Make question iframe seamless. */
29
- .que .questionpy .formulation {
30
- padding : 0 ;
31
- border : 0 ;
32
- border-radius : unset;
33
- margin : 0 0 1rem 0 ;
34
- background : unset;
35
- }
36
-
37
28
.que .questionpy iframe {
38
29
border : 0 ;
39
30
padding : 0 ;
40
31
width : 100% ;
41
- height : 500 px ;
32
+ height : 0 ;
42
33
display : block; /* Remove space that is reserved below inline elements for descender characters (y, q, g). */
43
34
}
44
35
45
36
body .questionpy-iframe-body {
46
37
height : auto; /* Make iframe body grow and shrink with page content. */
47
38
overflow-y : hidden; /* Prevent margin-collapse across bottom boundary. */
39
+ background-color : transparent;
40
+ }
41
+
42
+ /* Make question iframe seamless. */
43
+ body .questionpy-iframe-body .formulation {
44
+ padding : 0 ;
45
+ margin : 0 ;
46
+ border : none;
47
+ border-radius : unset;
48
+ box-shadow : none;
49
+ background-color : unset;
48
50
}
49
51
50
52
body .questionpy-iframe-body .que .content {
You can’t perform that action at this time.
0 commit comments