1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 21:14:18 +00:00
pds-2021-g2-nest/nest_frontend/components/base/BoxFullScrollable.module.css

24 lines
359 B
CSS
Raw Normal View History

2021-04-23 22:27:35 +00:00
.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;
2021-04-23 22:27:35 +00:00
/* Custom scrollbar (firefox only!) */
scrollbar-color: var(--bg-light) var(--bg-dark);
scrollbar-width: auto;
}