Skip to content

Commit a99d9f9

Browse files
committed
fix
1 parent 4f4de4b commit a99d9f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ onUnmounted(() => {
150150

151151
<style scoped>
152152
.game-container {
153+
position: relative;
153154
width: 100%;
154155
min-height: 100vh;
155156
display: flex;
@@ -170,9 +171,8 @@ onUnmounted(() => {
170171
cursor: grabbing !important;
171172
}
172173
173-
/* 右上角固定按钮组 */
174174
.top-right-fabs {
175-
position: fixed;
175+
position: absolute;
176176
top: 16px;
177177
right: 16px;
178178
z-index: 10000;

0 commit comments

Comments
 (0)