cafeg/public/assets/vendor/css/pages/app-academy-details.css
2025-01-09 16:56:00 +08:00

12 lines
150 B
CSS

/**
* Academy Course courseContent
*/
.stick-top {
position: sticky;
bottom: 0;
top: 10px;
}
.stick-top.course-content-fixed {
top: 80px;
}