3 lines
122 B
CSS
3 lines
122 B
CSS
/* Tenant portal custom styles */
|
|
.sidebar { height: calc(100vh - 56px); overflow-y: auto; position: sticky; top: 56px; }
|