mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
fix white bar in chrome when fullscreen
This commit is contained in:
parent
a682ccd8e8
commit
4498e9ffba
1 changed files with 7 additions and 2 deletions
|
@ -92,8 +92,13 @@ textarea {
|
|||
font-size: 0.7em;
|
||||
height: 95%;
|
||||
width: 95%;
|
||||
border-style: none;
|
||||
border-color: transparent;
|
||||
border-style: none;
|
||||
border-color: transparent;
|
||||
overflow: auto;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
/* fix weird white bar in chrome when fullscreen */
|
||||
:-webkit-full-screen {
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue