fix first lesson problem

This commit is contained in:
Primakov Alexandr Alexandrovich
2025-03-12 17:22:06 +03:00
parent a4447e978a
commit 994311c222
2 changed files with 6 additions and 6 deletions

View File

@@ -152,7 +152,7 @@ export const CoursesList = () => {
return (
<>
<div id="dots" ref={serviceMenuContainerRef}></div>
<div style={{ position: 'absolute', top: 6, left: 6 }} id="dots" ref={serviceMenuContainerRef}></div>
<Container maxW="container.xl">
{isTeacher(user) && (
<Box mt="15" mb="15">