mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-10556 IE has position absolute problems. set to relative
This commit is contained in:
parent
d049fd45a5
commit
8b992903d7
@ -14,3 +14,9 @@ div.i1 {
|
||||
div#header div.i3 {
|
||||
min-width: 0;
|
||||
}
|
||||
div.headermenu {
|
||||
float: none;
|
||||
position: relative;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user