Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jochen Bauer
spn-website
Commits
5f40dc21
Commit
5f40dc21
authored
May 09, 2018
by
Hubert Denkmair
Browse files
fix scrollbar
parent
aed79fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
visualization/templates/visualization/tv.html
View file @
5f40dc21
...
...
@@ -3,14 +3,14 @@
{% block css %}
<style>
body
{
overflow
:
none
;
}
#stage
{
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
100%
;
height
:
100%
;
overflow
:
hidden
;
}
#tvlogo
{
position
:
absolute
;
left
:
25px
;
top
:
25px
;
opacity
:
0.7
;
}
#url
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
bottom
:
5px
;
left
:
0
;
right
:
0
;
text-align
:
center
;
}
#url
span
{
font-size
:
48pt
;
background-color
:
rgba
(
0
,
0
,
0
,
0.7
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment