fix: daily review page & setting dialog style (#1392)

This commit is contained in:
CoffDream
2023-03-21 09:55:53 +08:00
committed by GitHub
parent 27a1792e78
commit af3d3c2c9b
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@
@apply w-180 max-w-full h-full sm:h-auto mb-8 p-0;
> .dialog-content-container {
@apply flex flex-row justify-start items-start relative w-full h-full overflow-y-scroll p-0 hide-scrollbar;
@apply flex flex-row justify-start items-start relative w-full h-full p-0;
> .close-btn {
@apply z-1 flex flex-col justify-center items-center absolute top-4 right-4 w-6 h-6 rounded hover:bg-gray-200 dark:hover:bg-zinc-700 hover:shadow;