fantasia-archive/src/components/GlobalWindowButtons/GlobalWindowButtons.vue
2023-08-26 23:01:46 +02:00

25 lines
304 B
Vue

<template>
<div />
</template>
<script setup lang="ts">
</script>
<style lang="scss" scoped>
.appWindowButtons {
border-radius: 0;
position: fixed;
right: 0;
top: 0;
height: 40px;
z-index: 99999999;
color: #fff;
-webkit-app-region: no-drag;
}
</style>
<style lang="scss">
</style>