fullscreen element fix

This commit is contained in:
Matt Walsh 2022-12-14 13:32:55 -06:00
commit 806ef91000
4 changed files with 8 additions and 7 deletions

View file

@ -270,9 +270,11 @@ button {
#container {
position: relative;
width: 100%;
height: 100%;
width: 640px;
height: 480px;
overflow: hidden;
background-image: url(../images/BackGround1_1.png);
}
#divTwc:fullscreen #container {