File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed
components/backgroundlayers/stories Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,7 @@ export default {
5
5
title : "Elements/Background layers" ,
6
6
description : "The background layers is a series of classes used to style background layers." ,
7
7
component : "BackgroundLayers" ,
8
- argTypes : {
9
- context : {
10
- name : "Context" ,
11
- type : { name : "string" , required : true } ,
12
- defaultValue : "Browsing" ,
13
- table : {
14
- type : { summary : "string" } ,
15
- category : "Component" ,
16
- defaultValue : { summary : "browsing" }
17
- } ,
18
- options : [ "browsing" , "editing" ] ,
19
- control : "select"
20
- } ,
21
- } ,
8
+ argTypes : { } ,
22
9
args : {
23
10
rootClass : "spectrum-BackgroundLayers" ,
24
11
} ,
@@ -35,7 +22,7 @@ export default {
35
22
const EditingContext = ( {
36
23
} ) => {
37
24
return html `
38
- < div style ="display: flex; justify-content: flex-start; position: relative; ">
25
+ < div style ="display: flex; justify-content: flex-start; position: relative; block-size: 150px; ">
39
26
${ Template ( {
40
27
style : "z-index: 4;" ,
41
28
layer : 'elevated' ,
@@ -59,7 +46,7 @@ const EditingContext = ({
59
46
const BrowsingContext = ( {
60
47
} ) => {
61
48
return html `
62
- < div style ="display: flex; justify-content: flex-start; position: relative; ">
49
+ < div style ="display: flex; justify-content: flex-start; position: relative; block-size: 150px; ">
63
50
${ Template ( {
64
51
style : "z-index: 3;" ,
65
52
layer : 'elevated' ,
You can’t perform that action at this time.
0 commit comments