- change style button chat (absolute -> fixed)
    - Add script for chat
This commit is contained in:
Kum1ta
2024-08-25 18:22:49 +02:00
parent e316cadce4
commit f93fcbb28c
5 changed files with 50 additions and 28 deletions

View File

@ -3,16 +3,16 @@
/* ::: :::::::: */
/* liveChat.css :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: marvin <marvin@student.42.fr> +#+ +:+ +#+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/30 13:53:39 by edbernar #+# #+# */
/* Updated: 2024/08/10 16:47:10 by marvin ### ########.fr */
/* Updated: 2024/08/25 18:20:50 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
#chatButton {
position: absolute;
position: fixed;
bottom: 10px;
left: 30px;
background-color: white;
@ -36,7 +36,7 @@
width: 350px;
height: 400px;
background-color: #131313;
position: absolute;
position: fixed;
left: 20px;
bottom: 0px;
z-index: 999;