Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Increase z-index of panel #577

Merged
merged 1 commit into from
Nov 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/components/ChecLoading.vue
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ export default {

<style lang="scss">
.loading {
@apply absolute top-0 left-0 w-full h-full z-50 flex justify-center items-center flex-col;
@apply absolute top-0 left-0 w-full h-full flex justify-center items-center flex-col;
border-radius: inherit;

&__animation {
@@ -84,6 +84,7 @@ export default {
}

&--with-background {
@apply z-50;
background: rgba(255, 255, 255, 0.9);

&.loading--dark,
2 changes: 1 addition & 1 deletion src/components/ChecSlideoutPanel.vue
Original file line number Diff line number Diff line change
@@ -142,7 +142,7 @@ export default {

<style lang="scss">
.slideout-panel {
@apply absolute block transition duration-150 transition-opacity z-30;
@apply absolute block transition duration-150 transition-opacity z-50;

&__header {
@apply z-10;