fix(ui): scope rah-static and progress-bar styles to payload-default layer (#11442)

This commit is contained in:
Said Akhrarov
2025-02-28 14:05:39 -05:00
committed by GitHub
parent 77395b6483
commit bef98c8d6e
2 changed files with 26 additions and 22 deletions

View File

@@ -1,3 +1,4 @@
@layer payload-default {
.rah-static {
interpolate-size: allow-keywords;
height: 0;
@@ -6,3 +7,4 @@
height: auto;
}
}
}

View File

@@ -1,3 +1,4 @@
@layer payload-default {
.progress-bar {
position: fixed;
top: 0;
@@ -19,3 +20,4 @@
transition-delay: var(--transition-duration);
}
}
}