Jump to content

Lock title bar at top of viewport on mobile site.

FezBoy

Title says it all.  scrolling is hard.

Resident Mozilla Shill.   Typed on my Ortholinear JJ40 custom keyboard
               __     I am the ASCIIDino.
              / _)
     _.----._/ /      If you can see me you 
    /         /       must put me in your 
 __/ (  | (  |        signature for 24 hours.
/__.-'|_|--|_|        
Link to comment
Share on other sites

Link to post
Share on other sites

To reduce the small amount of space to even smaller?

No thanks.

 

The hiding title bar that shows up when you start scrolling up would be the best of both worlds.

NEW PC build: Blank Heaven   minimalist white and black PC     Old S340 build log "White Heaven"        The "LIGHTCANON" flashlight build log        Project AntiRoll (prototype)        Custom speaker project

Spoiler

Ryzen 3950X | AMD Vega Frontier Edition | ASUS X570 Pro WS | Corsair Vengeance LPX 64GB | NZXT H500 | Seasonic Prime Fanless TX-700 | Custom loop | Coolermaster SK630 White | Logitech MX Master 2S | Samsung 980 Pro 1TB + 970 Pro 512GB | Samsung 58" 4k TV | Scarlett 2i4 | 2x AT2020

 

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, Enderman said:

To reduce the small amount of space to even smaller?

No thanks.

 

The hiding title bar that shows up when you start scrolling up would be the best of both worlds.

True. I tend to use the forum in a two browser window side by side setup, so I didn't think about that. Maybe if they made it an option like the dark theme?

Resident Mozilla Shill.   Typed on my Ortholinear JJ40 custom keyboard
               __     I am the ASCIIDino.
              / _)
     _.----._/ /      If you can see me you 
    /         /       must put me in your 
 __/ (  | (  |        signature for 24 hours.
/__.-'|_|--|_|        
Link to comment
Share on other sites

Link to post
Share on other sites

Unfortunately it doesn't work with the forum software at the moment (stuff breaks if it's made sticky), so it's not something we can change.

HTTP/2 203

Link to comment
Share on other sites

Link to post
Share on other sites

29 minutes ago, colonel_mortis said:

Unfortunately it doesn't work with the forum software at the moment (stuff breaks if it's made sticky), so it's not something we can change.

Got it.  

#elMobileNav {
    position: sticky;
    top: 0;
    z-index: 999;
}

Works for me, while a bit jank. I'm inserting it on load using the browser extension Witchcraft and the attached css file. This is quite untested and jankey, so use at one's own discretion.

linustechtips.com.css

Resident Mozilla Shill.   Typed on my Ortholinear JJ40 custom keyboard
               __     I am the ASCIIDino.
              / _)
     _.----._/ /      If you can see me you 
    /         /       must put me in your 
 __/ (  | (  |        signature for 24 hours.
/__.-'|_|--|_|        
Link to comment
Share on other sites

Link to post
Share on other sites

Just now, Fez_Boy said:

Got it.  


#elMobileNav {
    position: sticky;
    top: 0;
    z-index: 999;
}

Works for me, while a bit jank. I'm inserting it on load using the browser extension Witchcraft and the attached css file. This is quite untested and jankey, so use at one's own discretion.

linustechtips.com.css

The problem is that then when you open the mobile drawer, unless things have been fixed, it jumps to the top of the page, which is IMO a blocking issue.

HTTP/2 203

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, colonel_mortis said:

The problem is that then when you open the mobile drawer, unless things have been fixed, it jumps to the top of the page, which is IMO a blocking issue.

Yep, didn't notice that.  I'll keep looking for a solution and say if I find anything.  Sorry to bother you.

Resident Mozilla Shill.   Typed on my Ortholinear JJ40 custom keyboard
               __     I am the ASCIIDino.
              / _)
     _.----._/ /      If you can see me you 
    /         /       must put me in your 
 __/ (  | (  |        signature for 24 hours.
/__.-'|_|--|_|        
Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×