cit-is-bot-backend/frontend/src/index.css

23 строки
375 B
CSS
Исходник Обычный вид История

*:not(input, textarea, label) {
user-select: none;
}
2024-08-16 16:55:37 +03:00
body {
margin: 0;
scroll-behavior: smooth;
}
#root {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 0;
background-color: var(--md-sys-color-surface);
scroll-behavior: smooth;
}