본문 바로가기

z-index

(3)
[번역] css z-index 잘 사용하기 중첩 오버레이가 있는 컴포넌트들이 많은 화면을 개발하다보면, 금방 z-index를 유지보수하기 어려워 집니다. z-index를 잘 유지보수하는 방법을 알아봅시다. 원문 링크 : https://www.smashingmagazine.com/2021/02/css-z-index-large-projects/ Managing CSS Z-Index In Large Projects — Smashing Magazine Wrangling z-index values is a difficult task for many developers. Here is an easy-to-implement mini-framework based on existing conventions that brings clarity and confide..
[번역] z-index와 쌓임 맥락에 대한 오해 z-index와 CSS에서 가장 잘못 이해되고 있는 메커니즘 중 하나인 쌓임 맥락(stacking context)에 대해 알아봅니다. 아래 게시물의 번역입니다. https://www.joshwcomeau.com/css/stacking-contexts/ What The Heck, z-index?? The z-index property can be a tricky little bugger. Sometimes, no matter how much you crank up the number, the element never rises to the top! In this article, we explore stacking contexts, and see how they can thwart our efforts to..
[CSS] 쌓임 맥락(스태킹 컨텍스트)과 z-index 원문 : https://www.joshwcomeau.com/css/stacking-contexts/#creating-stacking-contexts What The Heck, z-index?? The z-index property can be a tricky little bugger. Sometimes, no matter how much you crank up the number, the element never rises to the top! In this article, we explore stacking contexts, and see how they can thwart our efforts to use z-index. We'll also www.joshwcomeau.com TL;DR z-index..