fix: z-index

This commit is contained in:
Cory Dransfeldt 2024-08-03 18:18:13 -07:00
parent 005b40036d
commit b7e2eef988
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "21.3.5",
"version": "21.3.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "21.3.5",
"version": "21.3.6",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "21.3.5",
"version": "21.3.6",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"scripts": {

View file

@ -4,7 +4,7 @@
inset: 0;
background: rgba(0, 0, 0, 0.7);
position: fixed;
z-index: 1;
z-index: 3;
& .modal-body {
position: fixed;