Preserve scroll Y pos when tab hidden (fix #100)

This commit is contained in:
Thomas Brouard 2020-02-28 10:08:52 +01:00
parent 50e125c566
commit b68624a603

View file

@ -10,10 +10,10 @@ if (!document) {
webview {
position: absolute;
visibility: hidden;
}
webview.visible {
width: 100%;
height: 100%;
}
webview.visible {
visibility: visible;
}
`;