mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
Fix z-index bug in style.css (#1895)
Fix z-index bug where "copy code" button and header have the same index leading to "copy code" button appearing on top of the header.
This commit is contained in:
@@ -334,7 +334,7 @@ header {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding-inline: 25px;
|
||||
z-index: 100;
|
||||
z-index: 200;
|
||||
border-bottom: 1px solid var(--hover-fg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user