refactor(theme-shared): change modal-backdrop width

pull/2542/head
TheDiaval 6 years ago
parent f06b7a79fc
commit b885bc1239

@ -48,7 +48,7 @@ export default `
position: fixed;
top: 0;
left: 0;
width: calc(100% - 7px);
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1040;

Loading…
Cancel
Save