소스 검색

fixed login overlay position

Bachir Soussi Chiadmi 5 년 전
부모
커밋
ece305515d
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      web/themes/custom/materiotheme/assets/dist/main.js
  2. 4 0
      web/themes/custom/materiotheme/assets/styles/main.scss

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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{

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.