Skip to content

Commit 2b601df

Browse files
committed
changed css for better window styling
1 parent 7e001fc commit 2b601df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/styles/layout/_bodyContainer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.body-container {
22
height: 94%;
3+
overflow: hidden;
34
display: grid;
45
grid-template-columns: 1fr 2fr;
56
grid-template-rows: 8fr 1fr;

src/app/styles/layout/_stateContainer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.state-container {
22
font-size: 12px;
3-
overflow: auto;
3+
overflow: hidden;
44

55
background-color: $brand-color;
66
}

0 commit comments

Comments
 (0)