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

23 строки
375 B
CSS

*:not(input, textarea, label) {
user-select: none;
}
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;
}