Skip to content

Commit

Permalink
move missing style
Browse files Browse the repository at this point in the history
  • Loading branch information
madeindjs committed Oct 1, 2024
1 parent 1927836 commit 1860c47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions src/ui/src/components/core/base/BaseInputSliderLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ defineProps({
padding-top: 5px;
padding-bottom: 5px;
}
.BaseInputRange--popover-always-visible {
/* add extra margin to make sure the popover does not overflow on something */
margin-top: 24px;
}
:deep(.BaseInputRange__slider) {
height: 8px;
Expand Down
5 changes: 0 additions & 5 deletions src/ui/src/components/core/base/BaseInputSliderThumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ function getOffsetLeft() {
</script>

<style scoped>
.BaseInputRange--popover-always-visible {
/* add extra margin to make sure the popover does not overflow on something */
margin-top: 24px;
}
.BaseInputRange__thumb {
border: none;
Expand Down

0 comments on commit 1860c47

Please sign in to comment.