fullscreen element fix

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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 {