diff --git a/css/fixedPosInterface.css b/css/fixedPosInterface.css index 062b76e..866ccf2 100644 --- a/css/fixedPosInterface.css +++ b/css/fixedPosInterface.css @@ -45,6 +45,8 @@ body { width: 100%; height: 100%; max-width: 1024px; + min-width: 900px; + min-height: 500px; max-height: 768px; margin: 0px auto; } @@ -76,13 +78,16 @@ body { left: 50%; background-color: #fff; width: 65%; - min-width: 150px; + min-width: 500px; max-width: 650px; height: 60%; min-height: 150px; max-height: 450px; border: 4px solid #000; border-radius: 15px; + /*overflow: hidden;*/ + z-index: 15; + display: none; } #canvasContainers { diff --git a/css/settingsPopup.css b/css/settingsPopup.css index f2800c0..95b407b 100644 --- a/css/settingsPopup.css +++ b/css/settingsPopup.css @@ -1,6 +1,6 @@ #contentOverlay { background-color: rgba(255, 255, 255, 0.65); - z-index: 10; + z-index: 20; position: absolute; top: 0px; left: 0px; diff --git a/fixedPosInterface01_v02.html b/fixedPosInterface01_v02.html index d9bb379..3cfe699 100755 --- a/fixedPosInterface01_v02.html +++ b/fixedPosInterface01_v02.html @@ -50,7 +50,7 @@