GithubHelp home page GithubHelp logo

acidiclight.github.io's Issues

Fix the mobile menu being beind the lead [patch included]

On mobile browsers, the menu would appear behind the blue header. This is fixed by manually applying a style="z-index: 1;" attribute to the div that contains the menu. I consider it hacky, but I can't figure out how to apply the z-index otherwise, but if this works, it works, I guess.

Github does not support attaching my .patch file to the issue, so I'll put it under here as codeblock.

diff --git a/src/components/Header.astro b/src/components/Header.astro
index 9009a36..f9bcae8 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -27,7 +27,7 @@ import { SITE_TITLE, SITE_LOGO } from '../consts';
 		</button>
 	</nav>
 
-	<div class="hidden absolute left-0 top-0 bottom-0 right-0 bg-blue-950/75 backdrop-blur-lg transition-all duration-200" id="mobile-nav">
+	<div class="hidden absolute left-0 top-0 bottom-0 right-0 bg-blue-950/75 backdrop-blur-lg transition-all duration-200" style="z-index: 1;" id="mobile-nav">
 		<div class="flex flex-col items-center justify-center space-y-12 h-full">
 			<PrimaryLogo title={SITE_TITLE} logo={SITE_LOGO} />
 			<div class="flex flex-col items-center space-y-4">

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.