2025-04-02 13:24:56 +05:30

12 lines
150 B
CSS

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