소스 검색

fixed styling

Warafear 10 달 전
부모
커밋
c4090d12ef
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/app/journal/journal-spellcards/custom-spells-modal/custom-spells-modal.component.scss

+ 2 - 1
src/app/journal/journal-spellcards/custom-spells-modal/custom-spells-modal.component.scss

@@ -2,6 +2,7 @@
   width: 35rem;
   height: 45rem;
   padding: 0;
+  overflow: hidden;
 }
 
 .title {
@@ -15,7 +16,7 @@
 }
 
 .spell-list {
-  height: 32rem;
+  height: 32.5rem;
   padding: 1rem 1rem 0 1rem;
   overflow-y: auto;
   gap: 0.5rem;