Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Rito Rhymes via ffmpeg-devel <ffmpeg-devel@ffmpeg.org>
To: ffmpeg-devel@ffmpeg.org
Cc: Rito Rhymes <rito@ritovision.com>
Subject: [FFmpeg-devel] [PATCH v2 2/2] web: make content header sticky on mobile
Date: Mon,  9 Feb 2026 15:04:07 -0500
Message-ID: <20260209200407.13956-3-rito@ritovision.com> (raw)
In-Reply-To: <20260209200407.13956-1-rito@ritovision.com>

Allows for drawer nav menu to always be accessible.
---
 htdocs/css/simple-sidebar.css | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/htdocs/css/simple-sidebar.css b/htdocs/css/simple-sidebar.css
index a19c2f1..18b0c18 100644
--- a/htdocs/css/simple-sidebar.css
+++ b/htdocs/css/simple-sidebar.css
@@ -120,6 +120,13 @@
   display: inline-block;
 }
 
+.content-header {
+  position: sticky;
+  top: 0;
+  z-index: 999;
+  background-color: inherit;
+}
+
 .drawer-header {
   display: block;
   position: sticky;
-- 
2.51.0

_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org

      parent reply	other threads:[~2026-02-09 20:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-09 20:04 [FFmpeg-devel] [PATCH v2 0/2] rework mobile navigation Rito Rhymes via ffmpeg-devel
2026-02-09 20:04 ` [FFmpeg-devel] [PATCH v2 1/2] web: replace mobile sidebar with bottom drawer Rito Rhymes via ffmpeg-devel
2026-02-09 20:04 ` Rito Rhymes via ffmpeg-devel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260209200407.13956-3-rito@ritovision.com \
    --to=ffmpeg-devel@ffmpeg.org \
    --cc=rito@ritovision.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git