소스 검색

fix: Opening station with active floating box breaks styling

Owen Diffey 2 년 전
부모
커밋
e248d4e44c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/components/FloatingBox.vue

+ 1 - 1
frontend/src/components/FloatingBox.vue

@@ -182,7 +182,7 @@ defineExpose({
 	</div>
 </template>
 
-<style lang="less">
+<style lang="less" scoped>
 .night-mode .floating-box {
 	background-color: var(--dark-grey-2) !important;
 	border: 0 !important;