Allow outside click to close popup even below the lowest point of all the templates displayed

This commit is contained in:
Squidly271 2021-08-11 16:00:34 -04:00
parent 2e94965ecc
commit 80c7727bf9
3 changed files with 2 additions and 2 deletions

View File

@ -27,6 +27,6 @@ ce77df69331ccd3bf4037389325a01e1 ./scripts/installUpdate.php
f9c3f431935fb20801f3fef152dc7b58 ./scripts/showStatistics.php
4425f8fd4ef662a7dc65cee01de3e419 ./scripts/updatePLG.sh
02759ea835ee4ce5a051fead96ab9b9b ./scripts/updatePluginSupport.php
4e97f00c3f0a52603239b00acf890990 ./skins/Narrow/css.php
824e02626884a428093d978cf15c73d1 ./skins/Narrow/css.php
1668b7fa961aef793fca369a793e7f16 ./skins/Narrow/skin.html
2465c546e8a2eb3afafc1b0558ddfd61 ./skins/Narrow/skin.php

View File

@ -310,7 +310,7 @@ h1 {font-size:1.5rem;} /* override dynamix styling for popup */
.ca_templatesDisplay {display:flex;flex-wrap:wrap;justify-content:center;overflow-x:hidden;}
#warningNotAccepted {display:none;}
.menuItems {position:absolute; left:0px;width:14rem;height:auto;}
.mainArea {position:absolute;left:18.5rem;right:0px; display:block;overflow-x:hidden;}
.mainArea {position:absolute;left:18.5rem;right:0px; display:block;overflow-x:hidden;min-height:90vh;}
.multi_installDiv {width:100%; display:none;padding-bottom:20px;}
.ca_toolsView {font-size:2.3rem; position:relative;top:-0.2rem;}
#templates_content {overflow-x:hidden;}