File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
js/components/live-preview Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,11 @@ export default {
250
250
.then (() => {
251
251
this .panesVisible = true ;
252
252
return this .$wait (300 );
253
+ })
254
+ .then (() => {
255
+ // Components that update position based on native
256
+ // resize events (like Popovers) need to be informed thusly
257
+ window .dispatchEvent (new Event (' resize' ));
253
258
});
254
259
},
255
260
Original file line number Diff line number Diff line change 27
27
28
28
.live-preview .publish-tabs {
29
29
@apply bg-grey-30 ml-0 pl- 0;
30
- a {
30
+ .tab-button {
31
31
border-radius : 0 ;
32
32
height : 100% ;
33
33
min-width : 100px ;
34
34
border : none ;
35
35
}
36
36
}
37
37
38
+ .live-preview .tabs-container {
39
+ @apply bg-grey- 30;
40
+ }
41
+
38
42
.live-preview .publish-section-actions-footer {
39
43
display : none ;
40
44
}
You can’t perform that action at this time.
0 commit comments