fixed login overlay position
This commit is contained in:
parent
5b631158fb
commit
ece305515d
File diff suppressed because one or more lines are too long
|
@ -41,6 +41,7 @@ header[role="banner"]{
|
|||
}
|
||||
|
||||
#block-userlogin{
|
||||
position: relative;
|
||||
width:8em;
|
||||
overflow: visible;
|
||||
h2{
|
||||
|
@ -59,6 +60,9 @@ header[role="banner"]{
|
|||
transition: all 0.4s ease-in-out;
|
||||
// outline: 1px solid blue;
|
||||
transition-delay: 2s;
|
||||
position: absolute;
|
||||
right:0;
|
||||
top:1.7em;
|
||||
}
|
||||
&:hover{
|
||||
&>section{
|
||||
|
|
Loading…
Reference in New Issue