Fix settings still visible on web fullscreen and line height problem

This commit is contained in:
the1812 2018-09-09 13:54:45 +08:00
parent d2b0be735a
commit 5d34ba2dfd
4 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
top: 0;
left: 0;
width: 24px;
z-index: 100000;
z-index: 999999;
}
.gui-settings
{
@ -82,6 +82,7 @@
box-shadow: 0px 3px 20px 2px #0004;
display: flex;
flex-direction: column;
line-height: initial;
}
.gui-settings-footer,
.gui-settings-header