added overflow

master
Max 5 years ago
parent fa692185fa
commit 42587055a6

@ -12,6 +12,7 @@
@include gridPosition(2, 2,2,2)
background-color: $cPrimaryBackground
padding: 1em
overflow: auto
input
margin: 0.25em

@ -22,6 +22,7 @@
display: grid
grid-template: 5% 95% /100%
background-color: $cFeedBackground
overflow: auto
#feedchooser
@include gridPosition(1, 2, 1, 2)

@ -10,15 +10,18 @@
#chatcontainer
@include gridPosition(1, 3, 1, 2)
background-color: $cBoxBodyBackground
overflow: auto
#feedcontainer
@include gridPosition(1, 3, 2, 3)
display: grid
grid-template: 10% 90% /100%
background-color: $cSecondaryBackground
overflow: auto
#socialcontainer
@include gridPosition(1, 3, 3, 4)
display: grid
grid-template: 50% 50% /100%
background-color: $cBoxBodyBackground
background-color: $cBoxBodyBackground
overflow: auto

@ -11,6 +11,7 @@
@include gridPosition(2, 2,2,2)
background-color: $cPrimaryBackground
padding: 1em
overflow: auto
input
margin: 0.25em

@ -11,6 +11,7 @@
@include gridPosition(2, 2,2,2)
background-color: $cPrimaryBackground
padding: 1em
overflow: auto
input
margin: 0.25em

@ -7,12 +7,14 @@
display: grid
min-height: 90vh
max-height: 90vh
#profilecontainer
@include gridPosition(2, 2,2,2)
//grid-template: 15% 15% 15% 15% 15% 15% / 100%
background-color: $cPrimaryBackground
padding: 1em
overflow: auto
th
text-align: left

@ -13,6 +13,7 @@
grid-template: 15% 15% 15% 15% 15% 15% / 100%
background-color: $cPrimaryBackground
padding: 1em
overflow: auto
input
margin: 0.25em

Loading…
Cancel
Save