Skip to content
Snippets Groups Projects
Commit fea4a188 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed quicktip style for IE11

parent a0fdccda
No related branches found
No related tags found
2 merge requests!1556Development,!1554Resolve "Startpage style not working in IE11"
...@@ -376,12 +376,14 @@ a { ...@@ -376,12 +376,14 @@ a {
/**/ /**/
//min-width: @additions-width-min; //min-width: @additions-width-min;
max-width: @additions-width-max; max-width: @additions-width-max;
width: 100%;
height: 100%; height: 100%;
#search-settings { #search-settings {
display: none; display: none;
} }
#quicktips { #quicktips {
height: 100%; height: 100%;
width: 100%;
iframe{ iframe{
height: 100%; height: 100%;
width: 100%; width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment