Improves the css around box sizing and horizontal scrolling
This commit is contained in:
parent
6163deb1c9
commit
10c4652b8b
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.MuiToolbar-root {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
div.layout-wrapper {
|
div.layout-wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
@import '../../../../../../node_modules/open-color/open-color.scss';
|
@import '../../../../../../node_modules/open-color/open-color.scss';
|
||||||
|
|
||||||
|
// Global style overrides
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.MuiToolbar-root {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
// Main page content layout
|
// Main page content layout
|
||||||
div.layout-wrapper {
|
div.layout-wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue