Explorar el Código

fix: Opening station with active floating box breaks styling

Owen Diffey hace 2 años
padre
commit
e248d4e44c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;