We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74acc09 commit 0493d78Copy full SHA for 0493d78
public/css/app.css
@@ -2525,8 +2525,15 @@ pre code.torchlight .summary-caret {
2525
2526
.g-snows {
2527
pointer-events: none;
2528
+ position: fixed;
2529
+ top: 0px;
2530
+ right: 0px;
2531
+ bottom: 0px;
2532
+ left: 0px;
2533
min-height: 100%;
2534
width: 100%;
2535
+ overflow: hidden;
2536
+ opacity: 0.4;
2537
}
2538
2539
.g-snows > li {
resources/css/partials/snow.css
@@ -1,5 +1,5 @@
1
2
- @apply pointer-events-none min-h-full w-full;
+ @apply fixed inset-0 pointer-events-none min-h-full w-full overflow-hidden opacity-40;
3
4
5
0 commit comments