mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: chapters and lectures order issue
This commit is contained in:
parent
ec33069929
commit
eebaef6679
2 changed files with 13 additions and 6 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue