Browse Source

fixed login overlay position

Bachir Soussi Chiadmi 5 years ago
parent
commit
ece305515d

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


+ 4 - 0
web/themes/custom/materiotheme/assets/styles/main.scss

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

Some files were not shown because too many files changed in this diff