Philip Haglund
Philip Haglund
Thanks @JustinGrote will check that out! :) Since I've not very familiar with OSS, specifically with issues, should I close this one and mark as a workaround or leave it...
Workaround is to use `Update-ModuleManifest -Path $ModuleManiFestPath -AliasesToExport @($null) -FunctionsToExport @($null) -CmdletsToExport @($null)`. However `-VariablesToExport @($null)` wont work since `VariablesToExport` parameter have the attribute `[ValidateNotNullOrEmpty()]` which Aliases, Functions and Cmdlets...
It's related to the footer. If you change the position property in the footer to "fixed;" instead of "relative;" located in: @media (max-width: 600px), (max-height: 392px){ ... #footer { .......
If you want my take and fixes for this AdfsWebCustomization, check out my [ADFS Repo](https://github.com/PhilipHaglund/PowerShell/tree/master/ADFS). Example screenshots available. Fixes included: - Transparent Footer as the login.microsoftonline.com page. - Copyright removed...
I think the best way is to create an issue on my project to keep this issue clean from other things. Do this and provide examples (screen dumps) on the...