mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 990973 - In-content prefs: scrollbars appear in a wrong position. r=jaws
This commit is contained in:
parent
70f990d958
commit
8e68ea6d9f
@ -28,15 +28,13 @@ caption {
|
||||
}
|
||||
|
||||
.main-content {
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
prefpane > .content-box {
|
||||
padding: 40px 48px 48px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
prefpane {
|
||||
padding: 40px 48px 48px;
|
||||
max-width: 800px;
|
||||
padding: 0;
|
||||
font-family: "Clear Sans", sans-serif;
|
||||
font-size: 1.25rem;
|
||||
line-height: 22px;
|
||||
@ -44,7 +42,7 @@ prefpane {
|
||||
}
|
||||
|
||||
prefpane > .content-box {
|
||||
overflow: auto;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/* groupboxes */
|
||||
|
Loading…
Reference in New Issue
Block a user