소스 검색

style(vue-roaster): Moved to bottom right and fixed height issues

Owen Diffey 5 년 전
부모
커밋
6dbdbee467
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      frontend/App.vue

+ 5 - 0
frontend/App.vue

@@ -117,6 +117,11 @@ export default {
 @import "scss/global.scss";
 #toasts-container {
 	z-index: 10000 !important;
+	height: auto !important;
+	top: unset !important;
+	bottom: 20px;
+	left: unset !important;
+	right: 20px;
 }
 
 .toast:not(:first-of-type) {