[PR #1777] [MERGED] Make navbar scroll on overflow #16048

Closed
opened 2025-11-02 12:01:06 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1777
Author: @pgaskin
Created: 5/22/2017
Status: Merged
Merged: 5/24/2017
Merged by: @appleboy

Base: masterHead: patch-11


📝 Commits (4)

  • 7ed69fd Scrollbars on overflow of horizontal nav
  • a0b79fb Update _base.less
  • bef92c0 Add fade out on right side of overflowing nav
  • f6d5db6 Update _base.less

📊 Changes

2 files changed (+73 additions, -0 deletions)

View changed files

📝 public/css/index.css (+36 -0)
📝 public/less/_base.less (+37 -0)

📄 Description

It will have a horizontal scrollbar when it overflows, fading out on the right side. It will hide the scrollbar when you are not hovering over the nav.

Video: https://minio.geek1011.net/tmp/scroll.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=TQ30G7PMPOCD1KCJ7H1J%2F20170522%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170522T162055Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=5bd78bff48cb0362a37959c11f67103e94c80a8ef54224c243052e266defec28


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/1777 **Author:** [@pgaskin](https://github.com/pgaskin) **Created:** 5/22/2017 **Status:** ✅ Merged **Merged:** 5/24/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `patch-11` --- ### 📝 Commits (4) - [`7ed69fd`](https://github.com/go-gitea/gitea/commit/7ed69fdf81d0c166bc9b973d4aa1c527ac44f06e) Scrollbars on overflow of horizontal nav - [`a0b79fb`](https://github.com/go-gitea/gitea/commit/a0b79fb297e7e4f854020fe35322101240229451) Update _base.less - [`bef92c0`](https://github.com/go-gitea/gitea/commit/bef92c0a54dbbedb596df4cc0f1f2b5952a55061) Add fade out on right side of overflowing nav - [`f6d5db6`](https://github.com/go-gitea/gitea/commit/f6d5db6bf37d039522bacbb9922941e5e0cee0f4) Update _base.less ### 📊 Changes **2 files changed** (+73 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `public/css/index.css` (+36 -0) 📝 `public/less/_base.less` (+37 -0) </details> ### 📄 Description It will have a horizontal scrollbar when it overflows, fading out on the right side. It will hide the scrollbar when you are not hovering over the nav. Video: https://minio.geek1011.net/tmp/scroll.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=TQ30G7PMPOCD1KCJ7H1J%2F20170522%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170522T162055Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=5bd78bff48cb0362a37959c11f67103e94c80a8ef54224c243052e266defec28 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:01:06 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16048