aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdBreadcrumb.vue
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/components/LdBreadcrumb.vue')
-rw-r--r--viewer/src/components/LdBreadcrumb.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/viewer/src/components/LdBreadcrumb.vue b/viewer/src/components/LdBreadcrumb.vue
index 5f9695d..7f7ef7d 100644
--- a/viewer/src/components/LdBreadcrumb.vue
+++ b/viewer/src/components/LdBreadcrumb.vue
@@ -98,17 +98,18 @@ export default class LdBreadcrumb extends Vue {
98.ld-breadcrumb { 98.ld-breadcrumb {
99 ul { 99 ul {
100 display: flex; 100 display: flex;
101 height: 100%;
102 align-items: center;
103 white-space: nowrap; 101 white-space: nowrap;
104 } 102 }
105 a { 103 a {
104 padding: $breadcrumb-margins 0;
106 margin-left: $breadcrumb-margins; 105 margin-left: $breadcrumb-margins;
107 } 106 }
108 li { 107 li {
108 align-self: center;
109 margin-right: $breadcrumb-margins; 109 margin-right: $breadcrumb-margins;
110 } 110 }
111 &.scrollbar { 111 &.scrollbar {
112 overflow-y: hidden;
112 scrollbar-width: none; 113 scrollbar-width: none;
113 &::-webkit-scrollbar { 114 &::-webkit-scrollbar {
114 height: 0; 115 height: 0;