File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/css/source Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 18
18
}
19
19
20
20
.pagebuilder-toolbar-options {
21
+ bottom : 100% ;
21
22
opacity : 1 ;
22
- top : -39px ;
23
23
transition-delay : 200ms ;
24
24
visibility : visible ;
25
25
}
35
35
-webkit-transition : opacity 200ms , top 200ms , visibility 200ms ;
36
36
background-color : @color-gray94 ;
37
37
border : 1px solid @color-gray75 ;
38
- height : 38 px ;
38
+ bottom : 0 ;
39
39
left : -2px ;
40
40
opacity : 0 ;
41
41
position : absolute ;
42
- top : 0 ;
43
- transition : opacity 200ms , top 200ms , visibility 200ms ;
42
+ transition : bottom 200ms , opacity 200ms , visibility 200ms ;
44
43
visibility : hidden ;
45
44
width : calc (~ ' 100% + 4px' );
46
45
z-index : 32 ;
47
46
48
47
.pagebuilder-toolbar-options-wrapper {
49
48
display : flex ;
49
+ flex-wrap : wrap ;
50
50
51
51
.pagebuilder-toolbar-options-links {
52
52
display : flex ;
53
+ flex-wrap : wrap ;
53
54
list-style : none ;
54
55
margin : 0 ;
55
56
vertical-align : middle ;
You can’t perform that action at this time.
0 commit comments