File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export interface CModalProps extends HTMLAttributes<HTMLDivElement> {
29
29
*/
30
30
fullscreen ?: boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'
31
31
/**
32
- * Does the modal dialog itself scroll, or does the whole dialog scroll within the window. [docs]
32
+ * TODO: Does the modal dialog itself scroll, or does the whole dialog scroll within the window. [docs]
33
33
*/
34
34
onDismiss ?: ( ) => void
35
35
/**
@@ -45,7 +45,7 @@ export interface CModalProps extends HTMLAttributes<HTMLDivElement> {
45
45
*/
46
46
transition ?: boolean
47
47
/**
48
- * Toggle the visibility of alert component. [docs]
48
+ * Toggle the visibility of modal component. [docs]
49
49
*/
50
50
visible ?: boolean
51
51
}
Original file line number Diff line number Diff line change 24
24
background-color : rgba (255 , 0 , 0 , .1 );
25
25
}
26
26
27
+ .docs-example-offcanvas .offcanvas {
28
+ position : static ;
29
+ display : block ;
30
+ height : 200px ;
31
+ visibility : visible ;
32
+ transform : translate (0 );
33
+ }
34
+
27
35
.docs-highlight {
28
36
// background-color: rgba($bd-purple, .15);
29
37
// border: 1px solid rgba($bd-purple, .15);
35
43
transform : translateZ (0 );
36
44
will-change : auto ;
37
45
@include transition (padding .15s );
38
- }
46
+ }
You can’t perform that action at this time.
0 commit comments