소스 검색

Got the element to be centered

Kirk Trombley 5 년 전
부모
커밋
ef9c915d8e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      client/src/components/util/GameCreationForm/Dropdown.module.css

+ 2 - 1
client/src/components/util/GameCreationForm/Dropdown.module.css

@@ -35,7 +35,8 @@
   display: block;
   position: absolute;
   background-color: #333;
-  /* width: calc(100% - 8px); */
+  transform: translateX(-50%);
+  left: 50%;
   min-width: 120px;
   z-index: 1;
   border-radius: 12px;