mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
13 lines
236 B
CSS
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;
|
|
}
|