1
0
Fork 0

Improves the css around box sizing and horizontal scrolling

This commit is contained in:
jejacks0n 2021-06-04 18:50:32 -06:00
parent 6163deb1c9
commit 10c4652b8b
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,9 @@
* {
box-sizing: border-box;
}
.MuiToolbar-root {
overflow-y: auto;
}
div.layout-wrapper {
width: 100%;
margin: 0;

View file

@ -1,5 +1,13 @@
@import '../../../../../../node_modules/open-color/open-color.scss';
// Global style overrides
* {
box-sizing: border-box;
}
.MuiToolbar-root {
overflow-y: auto;
}
// Main page content layout
div.layout-wrapper {
width: 100%;