Skip to content

Commit

Permalink
[e2e-protocol] Fix the welcome screen bug in /pending-approval page (#…
Browse files Browse the repository at this point in the history
…1748)

* render welcome screen as position:fixed in /pending-approval page

* make the selector higher priority
  • Loading branch information
SebinSong authored Oct 6, 2023
1 parent e6dc093 commit 4c3e61a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/views/pages/PendingApproval.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,15 @@ export default ({
.c-text {
font-size: $size_4;
}
::v-deep .c-welcome.wrapper {
position: fixed;
top: 0;
left: 0;
min-width: 100vw;
width: 100vw;
height: 100%;
background-color: $background_0;
z-index: $zindex-sidebar + 1;
}
</style>

0 comments on commit 4c3e61a

Please sign in to comment.