Files
micro-frontend/ng-ttc-frontend/src/app/content/sidebar-content/sidebar-content.component.css

12 lines
152 B
CSS
Raw Normal View History

2025-11-17 17:19:18 +07:00
.layout {
display: flex;
height: 100vh;
width: 100%;
}
.main-container {
flex: 1;
background: #f5f5f5;
overflow-y: auto;
padding: 20px;
}