mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-06 19:40:57 +00:00
fixed overflow issues in firefox
This commit is contained in:
parent
eef791a32d
commit
d8df2d6671
2 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue