mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-19 14:21:36 +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
|
||||
data-name="Settings"
|
||||
class="item material-icons"
|
||||
@click="openSettings"
|
||||
@mouseleave="mouseLeaveEvent"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue