Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
m
Affluence
Affluence Front
Commits
b117ede6
Commit
b117ede6
authored
May 20, 2020
by
Léonard Treille
Browse files
Fix dialog issue with body overflow scroll
parent
1f067e35
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/index.html
View file @
b117ede6
...
...
@@ -12,10 +12,6 @@
<meta
name=
"description"
content=
"Page web expérimentale d'affichage de l'affluence sur le réseau Tag."
>
<style>
body
{
overflow-y
:
scroll
;
}
@keyframes
app-loader-animation
{
from
{
transform
:
rotate
(
0deg
);
...
...
src/styles/_classes.scss
View file @
b117ede6
...
...
@@ -74,10 +74,6 @@ button[type="submit"].affluence-submit-btn {
}
}
body
{
overflow-y
:
scroll
;
}
.app-loader
{
position
:
fixed
;
top
:
0
;
...
...
Write
Preview
Markdown
is supported
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