Skip to content
Snippets Groups Projects
Commit 88023dde authored by jojohoch's avatar jojohoch
Browse files

[player] Prevent page size from changing when scroll button is displayed

parent b724e7ee
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
background-color: #cccccc;
opacity: 0.6;
pointer-events: all;
margin-top: -60px;
&:hover {
opacity: 0.8;
}
......@@ -11,6 +12,7 @@
height: 0;
padding-right: 15px;
position: sticky;
bottom: 40px;
bottom: 20px;
pointer-events: none;
z-index: 100;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment