I'm looking at this blindly, but you may be able to solve it with a media 
query in your CSS for targeting that browser:

```css
@media screen and (-ms-high-contrast: active), screen and 
(-ms-high-contrast: none) {
  main {
    display: block;
    min-width: 640px;
    width: 100%;
    /** or do whatever else is needed to force it into submission... **/
  }
}
```

You might have to specify an element other than `main` (whichever one's 
being unruly).

-Alan


On Thursday, February 25, 2021 at 12:33:48 PM UTC-6 Dustin J Luck wrote:

> I have found compatibility issues with CAS 6.3 in IE11 (screenshot below). 
> I have identified two distinct issues.
>
>    1. Icons are not displayed
>    2. Flex elements are not properly sized
>
>
> I have tried to figure out what I can change on my own, but haven't made 
> any progress. Personally, I'd be fine telling people not to use IE, 
> however, we have at least one SP (Adobe Acrobat on Windows) that uses IE 
> for its SSO process and can't be changed.
>
> Is there anyone out there with the CSS skills to take a look at this and 
> offer a solution?
>
>
> [image: CAS6.3-IE11.png]
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/f5bd1967-7468-4887-a003-ed58b48fb93cn%40apereo.org.

Reply via email to