fix: chapters and lectures order issue

This commit is contained in:
swve 2023-02-20 00:00:28 +01:00
parent ec33069929
commit eebaef6679
2 changed files with 13 additions and 6 deletions

View file

@ -34,6 +34,9 @@ const Overlay = styled.div`
width: 100%;
height: 100%;
z-index: 100;
background-color: #00000029;
backdrop-filter: blur(1px);
`;
const Content = styled.div`