Browse Source

fix: Opening station with active floating box breaks styling

Owen Diffey 2 năm trước cách đây
mục cha
commit
e248d4e44c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;