fix: scope build_events css (#18335)

This commit is contained in:
Faris Ansari 2022-10-10 13:22:18 +05:30 committed by GitHub
parent c3b547f897
commit 88b8bb28e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ function error_component(error, i) {
defineExpose({show, hide});
</script>
<style>
<style scoped>
.build-error-overlay {
position: fixed;
top: 0;

View file

@ -46,7 +46,7 @@ function reload() {
defineExpose({show, hide});
</script>
<style>
<style scoped>
.build-success-message {
position: fixed;
z-index: 9999;