Skip to content
Snippets Groups Projects
Commit cafe5e41 authored by Ignat Kharlamov's avatar Ignat Kharlamov
Browse files

bug fix

parent 69ecd05a
Branches development
No related tags found
No related merge requests found
...@@ -12,6 +12,14 @@ ...@@ -12,6 +12,14 @@
src: url('../../assets/font/Noto_Sans/NotoSans-Bold.ttf') format('truetype'); src: url('../../assets/font/Noto_Sans/NotoSans-Bold.ttf') format('truetype');
} }
html, body, #app {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
body{overflow: hidden;} body{overflow: hidden;}
a tspan {fill: #09c; text-decoration: underline;} a tspan {fill: #09c; text-decoration: underline;}
a:hover tspan {fill: skyblue; } a:hover tspan {fill: skyblue; }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment