79439912

Date: 2025-02-14 16:01:33
Score: 0.5
Natty:
Report link

Putting .slide-out beneath .account-sidebar would solve this problem. Another way to fix this is change the css from

.slide-out {
  animation: slideOut 0.3s forwards;
}

to

.sidebar-overlay .slide-out {
  animation: slideOut 0.3s forwards;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Seaky Lone