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