mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-71537 User tours: Minor display errors on mobile
This commit is contained in:
parent
aeb47889fa
commit
ed48e5149b
1 changed files with 13 additions and 0 deletions
|
@ -66,3 +66,16 @@ span[data-flexitour="container"].orphan div[data-role="arrow"] {
|
|||
display: block;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
@media (max-width: 575.98px) {
|
||||
span[data-flexitour="container"] {
|
||||
margin-left: 10px;
|
||||
}
|
||||
span[data-flexitour="container"] .modal-content {
|
||||
overflow-y: initial;
|
||||
}
|
||||
span[data-flexitour="container"].orphan {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue