Files
Reactive-Resume/src/components/builder/left/LeftSidebar.module.css
Amruth Pillai 922db70107 - implement work experience
- implement education
- show dynamic names in layout
2020-07-08 16:49:26 +05:30

13 lines
236 B
CSS

.container {
z-index: 10;
box-shadow: var(--left-shadow);
-ms-overflow-style: none;
scrollbar-width: none;
@apply w-full h-screen overflow-scroll p-8;
@apply grid gap-6;
}
.container::-webkit-scrollbar {
display: none;
}