mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-66979 behat: Pad messaging drawer
This works around an issue highlighted by MDL-70411 whereby some of the messaging links are covered by the scrollbar in Firefox on MacOS.
This commit is contained in:
parent
da3b304ab5
commit
52d9024580
@ -40,6 +40,13 @@ body.behat-site {
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Workaround for MDL-70411.
|
||||
// Pad the side of the message drawer out slightly to ensure that Firefox scroll bar does not cover controls at the
|
||||
// edge of the screen.
|
||||
[data-region="message-drawer"] {
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.phpinfo table,
|
||||
|
@ -18787,6 +18787,9 @@ body.behat-site .custom-control-input {
|
||||
body.behat-site .custom-control-label::before, body.behat-site .custom-control-label::after {
|
||||
content: none; }
|
||||
|
||||
body.behat-site [data-region="message-drawer"] {
|
||||
padding-right: 10px; }
|
||||
|
||||
.phpinfo table,
|
||||
.phpinfo th,
|
||||
.phpinfo h2 {
|
||||
|
@ -18968,6 +18968,9 @@ body.behat-site .custom-control-input {
|
||||
body.behat-site .custom-control-label::before, body.behat-site .custom-control-label::after {
|
||||
content: none; }
|
||||
|
||||
body.behat-site [data-region="message-drawer"] {
|
||||
padding-right: 10px; }
|
||||
|
||||
.phpinfo table,
|
||||
.phpinfo th,
|
||||
.phpinfo h2 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user