fixed login overlay position

This commit is contained in:
Bachir Soussi Chiadmi 2019-05-21 15:49:57 +02:00
parent 5b631158fb
commit ece305515d
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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{