Backdrop when companion is openend
This commit is contained in:
parent
48c021228e
commit
b8023c0ef0
5 changed files with 27 additions and 5 deletions
13
styles.scss
13
styles.scss
|
|
@ -90,6 +90,7 @@ textarea {
|
|||
|
||||
#companion {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
|
|
@ -145,6 +146,7 @@ textarea {
|
|||
#message {
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
right: 60px;
|
||||
bottom: 50px;
|
||||
margin-right: 100px;
|
||||
|
|
@ -396,6 +398,17 @@ textarea {
|
|||
background-color: rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
#comp-backdrop {
|
||||
display: none;
|
||||
position: fixed;
|
||||
z-index: 3;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
#intro-backdrop {
|
||||
display: block;
|
||||
position: fixed;
|
||||
|
|
|
|||
Reference in a new issue