mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
@@ -375,4 +375,20 @@ div.mochaToolbarWrapper.bottom {
|
||||
.mochaMaximizeButton.replaced,
|
||||
.mochaCloseButton.replaced {
|
||||
background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* iOS iframe scrolling */
|
||||
.windowFrame .mochaContentWrapper {
|
||||
/* scroll the Window content. !important required. */
|
||||
overflow: auto !important;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.windowFrame .mochaContent {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.windowFrame iframe {
|
||||
/* fix double scroll bar by reducing frame height. !important required. */
|
||||
height: calc(100% - 5px) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user