浏览代码

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;