Skip to content

Commit 0493d78

Browse files
committed
🐛 Correction du bug sur l'affichage de la neige
1 parent 74acc09 commit 0493d78

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

public/css/app.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2525,8 +2525,15 @@ pre code.torchlight .summary-caret {
25252525

25262526
.g-snows {
25272527
pointer-events: none;
2528+
position: fixed;
2529+
top: 0px;
2530+
right: 0px;
2531+
bottom: 0px;
2532+
left: 0px;
25282533
min-height: 100%;
25292534
width: 100%;
2535+
overflow: hidden;
2536+
opacity: 0.4;
25302537
}
25312538

25322539
.g-snows > li {

resources/css/partials/snow.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.g-snows {
2-
@apply pointer-events-none min-h-full w-full;
2+
@apply fixed inset-0 pointer-events-none min-h-full w-full overflow-hidden opacity-40;
33
}
44

55
.g-snows > li {

0 commit comments

Comments
 (0)