fixed overflow issues in firefox

This commit is contained in:
supertiger1234 2019-11-29 13:55:47 +00:00
parent eef791a32d
commit d8df2d6671
2 changed files with 3 additions and 0 deletions

View file

@ -63,6 +63,7 @@
</div> </div>
</div> </div>
<div <div
data-name="Settings"
class="item material-icons" class="item material-icons"
@click="openSettings" @click="openSettings"
@mouseleave="mouseLeaveEvent" @mouseleave="mouseLeaveEvent"

View file

@ -215,6 +215,7 @@ export default {
width: 100%; width: 100%;
height: 100%; height: 100%;
flex-direction: column; flex-direction: column;
overflow: hidden;
} }
.bar { .bar {
display: flex; display: flex;
@ -257,6 +258,7 @@ export default {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%; height: 100%;
overflow: hidden;
} }
.notice { .notice {
display: flex; display: flex;