mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 03:28:50 +00:00
fix Header import in App.tsx, make header with z index on top
This commit is contained in:
parent
1011aad411
commit
b45bb31fec
2 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,11 @@
|
|||
.outest-container {
|
||||
display: grid;
|
||||
grid-template-rows: auto auto;
|
||||
grid-template-columns: 1fr; /* 1 Spalte */
|
||||
align-content: end;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: baseline;
|
||||
z-index: 1000000;
|
||||
}
|
||||
.base-header {
|
||||
z-index: 10;
|
||||
width: 100vw;
|
||||
display: flex;
|
||||
height: var(--header-height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue