commit changes Teams app improvements
This commit is contained in:
parent
ef0251e79d
commit
358a2e7354
|
@ -15,7 +15,7 @@ export const useMgtAgendaStyles = makeStyles({
|
||||||
/* height: "calc(100vh - 320px)", */
|
/* height: "calc(100vh - 320px)", */
|
||||||
justifyContent: "start",
|
justifyContent: "start",
|
||||||
|
|
||||||
|
|
||||||
"::-webkit-scrollbar-thumb": {
|
"::-webkit-scrollbar-thumb": {
|
||||||
...shorthands.borderRadius("10px"),
|
...shorthands.borderRadius("10px"),
|
||||||
backgroundColor: tokens.colorNeutralStroke1,
|
backgroundColor: tokens.colorNeutralStroke1,
|
||||||
|
@ -27,16 +27,18 @@ export const useMgtAgendaStyles = makeStyles({
|
||||||
},
|
},
|
||||||
"scrollbar-width": "thin",
|
"scrollbar-width": "thin",
|
||||||
"@media only screen and (max-width: 1024px)": {
|
"@media only screen and (max-width: 1024px)": {
|
||||||
height: "600px",
|
width: "100%",
|
||||||
|
maxHeight: "600px !important",
|
||||||
|
height: "fit-content !important",
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
spinnerStyles: {
|
spinnerStyles: {
|
||||||
display: "flex",
|
display: "flex",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
height: "100%",
|
height: "100%",
|
||||||
},
|
},
|
||||||
agenda:{
|
agenda:{
|
||||||
"--agenda-background-color": "transparent"
|
"--agenda-background-color": "transparent"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue