mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 22:05:15 +00:00
Z-indexing
This commit is contained in:
parent
211469c3ab
commit
47a11e3258
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
}
|
||||
|
||||
.Background-Image {
|
||||
z-index: 3;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* Navigation Bar */
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
display: none;
|
||||
position: absolute;
|
||||
background-color: #c3153a;
|
||||
z-index: 1;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
/* Dropdown Text */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue