Removing the ability to scroll on the screenshot as they will only show above the fold

This commit is contained in:
Gaël Métais
2021-01-22 15:57:03 +00:00
parent 1ce350b12e
commit 27b5ce8d60
3 changed files with 6 additions and 15 deletions
+3 -6
View File
@@ -151,9 +151,6 @@ a.linkButton {
position: relative;
overflow: hidden;
}
.screenshotWrapper > div:hover {
overflow: auto;
}
.screenshotWrapper .screenshotImage {
width: 100%;
}
@@ -192,7 +189,7 @@ a.linkButton {
.screenshotWrapper.desktop > div,
.screenshotWrapper.desktop-hd > div {
width: 12em;
height: 6.75em;
height: 7.5em;
}
.screenshotWrapper.phone {
border: 0.07em solid #CCC;
@@ -239,8 +236,8 @@ a.linkButton {
content: " ";
}
.screenshotWrapper.tablet > div {
width: 8.25em;
height: 11em;
width: 8em;
height: 12.8em;
}
.table {
display: table;
+3 -7
View File
@@ -155,10 +155,6 @@ a.linkButton {
> div {
position: relative;
overflow: hidden;
&:hover {
overflow: auto;
}
}
.screenshotImage {
@@ -200,7 +196,7 @@ a.linkButton {
> div {
width: 12em;
height: 6.75em;
height: 7.5em;
}
}
@@ -254,8 +250,8 @@ a.linkButton {
}
> div {
width: 8.25em;
height: 11em;
width: 8em;
height: 12.8em;
}
}
-2
View File
@@ -9,7 +9,5 @@
</div>
</div>
<p>(scroll on the screenshot to see under the fold)</p>
<div class="backToDashboard"><a href="#" ng-click="backToDashboard()">Back to dashboard</a></div>
</div>