We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e001fc commit 2b601dfCopy full SHA for 2b601df
src/app/styles/layout/_bodyContainer.scss
@@ -1,5 +1,6 @@
1
.body-container {
2
height: 94%;
3
+ overflow: hidden;
4
display: grid;
5
grid-template-columns: 1fr 2fr;
6
grid-template-rows: 8fr 1fr;
src/app/styles/layout/_stateContainer.scss
@@ -1,6 +1,6 @@
.state-container {
font-size: 12px;
- overflow: auto;
background-color: $brand-color;
}
0 commit comments