@tailwind base;
@tailwind components;
@tailwind utilities;

.scrollable {
    overflow-y: auto;
    max-height: 100vh;
}