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
data-name="Settings"
class="item material-icons"
@click="openSettings"
@mouseleave="mouseLeaveEvent"

View file

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