Skip to content

Commit 4b47bae

Browse files
committed
commented out grid-template-rows property in src/app/styles/layout/_bodyContainer.scss
1 parent a044adc commit 4b47bae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/styles/layout/_bodyContainer.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
overflow: hidden;
44
display: grid;
55
grid-template-columns: min-content 1fr;
6-
grid-template-rows: 90% 5% 5%;
6+
// grid-template-rows: 90% 5% 5%; JR: this was causing buttons to get cut off when viewport is small
77
grid-template-areas:
88
'actions states'
99
'travel travel'
1010
'buttons buttons';
1111
}
1212

13-
1413
/* if extension width is less than 500px, stack the body containers */
1514
@media (max-width: 500px) {
1615
.body-container {

0 commit comments

Comments
 (0)