ohif-viewer/platform/app/tailwind.css

9 lines
119 B
CSS
Raw Normal View History

/* IMPORT CUSTOM FONT */
@tailwind base;
@tailwind components;
@tailwind utilities;
2024-11-06 13:15:27 +01:00
* {
min-height: 0 !important;
}