Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/grafana-agent
Path: blob/main/web/ui/src/App.module.css
4094 views
1
.app {
2
display: flex;
3
flex-direction: column;
4
height: 100%;
5
}
6
7
.app main {
8
flex-grow: 1;
9
overflow-y: hidden;
10
}
11
12