Преглед на файлове

Fix collapse button in app navigation in IE11

Although the collapse button has an absolute position Internet Explorer
11 needs the left position of that button to be explicitly set to 0
(other browsers do it implicitly due to the absolute position);
otherwise the button appears to the right of the link (and behind the
app content).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
tags/v17.0.0beta1
Daniel Calviño Sánchez преди 5 години
родител
ревизия
de84e037e0
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4
    0
      core/css/apps.scss

+ 4
- 0
core/css/apps.scss Целия файл

@@ -358,6 +358,10 @@ kbd {
height: 44px;
margin: 0;
z-index: 110;

/* Needed for IE11; otherwise the button appears to the right of the
* link. */
left: 0;
}
&:before {
position: absolute;

Loading…
Отказ
Запис