Browse Source

Prevent shrink globally

master
meriadec 7 years ago
parent
commit
7ab0024617
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 3
      src/styles/global.js

3
src/styles/global.js

@ -13,6 +13,9 @@ injectGlobal`
user-select: none;
cursor: inherit;
min-width: 0;
// it will surely make problem in the future... to be inspected.
flex-shrink: 0;
}
body {

Loading…
Cancel
Save