hydrationhub/static/main.css

15 lines
154 B
CSS

body {
min-height: 100vh;
}
hidden {
display: none;
}
.notification-container {
position: fixed;
top: 0;
right: 0;
z-index: 1000;
margin: 20px;
}