Explorar o código

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

Owen Diffey %!s(int64=5) %!d(string=hai) anos
pai
achega
6dbdbee467
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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) {