Refactor: Update style and dropdown (#10)
Co-authored-by: Maxime Adler <madler@sqli.com> Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
.page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.orb {
|
||||
position: absolute;
|
||||
border-radius: 100%;
|
||||
z-index: -999;
|
||||
z-index: var(--index-orb);
|
||||
}
|
||||
|
||||
.green {
|
||||
@@ -42,5 +43,5 @@
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -1000;
|
||||
z-index: var(--index-background);
|
||||
}
|
||||
Reference in New Issue
Block a user