1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-10-16 20:17:25 +00:00
pds-2021-g2-nest/nest_frontend/components/base/BoxFullScrollable.module.css

23 lines
359 B
CSS

.BoxScrollableBody {
position: relative;
border-bottom-right-radius: 0;
}
.ScrollContainer {
position: absolute;
padding: 10px 40px;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow-y: scroll;
/* Custom scrollbar (firefox only!) */
scrollbar-color: var(--bg-light) var(--bg-dark);
scrollbar-width: auto;
}