1. 18 Jun, 2025 3 commits
  2. 17 Jun, 2025 18 commits
  3. 16 Jun, 2025 14 commits
  4. 15 Jun, 2025 4 commits
  5. 14 Jun, 2025 1 commit
    • 💄 style: hide announcement modal scrollbar · 1c4819b2
      Improve UX by hiding the vertical scrollbar inside the announcement (NoticeModal)
      while keeping the content scrollable.
      
      Changes
      • NoticeModal.js
        - Introduce `notice-content-scroll` class to the content wrapper.
        - Remove inline custom scrollbar styling for cleaner code.
      
      • index.css
        - Add `.notice-content-scroll` to the global hidden-scrollbar rules, ensuring
          scrollbars are hidden across browsers.
      
      Result
      Users can still scroll through long announcements, but no scrollbar is shown,
      giving the modal a cleaner and more consistent appearance.
      Apple\Apple committed