summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WebContent/VAADIN/themes/reindeer-style-example/styles.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/WebContent/VAADIN/themes/reindeer-style-example/styles.css b/WebContent/VAADIN/themes/reindeer-style-example/styles.css
deleted file mode 100644
index b207e497e0..0000000000
--- a/WebContent/VAADIN/themes/reindeer-style-example/styles.css
+++ /dev/null
@@ -1,18 +0,0 @@
-@import "../reindeer/styles.css";
-
-/**
- * We need to remove the overflow from .v-view in order to make body scrollable
- */
-.v-app,
-.v-view {
- overflow: visible;
- height: auto;
-}
-.v-ie .v-app,
-.v-ie .v-view {
- height: 100%;
-}
-body.v-generated-body {
- overflow: auto;
- position: relative;
-} \ No newline at end of file