1
0
Fork 0

toast on top

master
Gordon Williams 2019-11-06 15:52:24 +00:00
parent 0b7d30908a
commit 06b19af1d0
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@
.avatar img { .avatar img {
border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
background: #ddd; background: #ddd;
}
#toastcontainer {
position:absolute;
bottom:8px;left:0px;right:0px;
z-index: 100;
} }
</style> </style>
</head> </head>