diff options
Diffstat (limited to 'theme-compiler/tests/resources/basic/reindeer.css')
-rw-r--r-- | theme-compiler/tests/resources/basic/reindeer.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/basic/reindeer.css b/theme-compiler/tests/resources/basic/reindeer.css index af02070e72..869ce71367 100644 --- a/theme-compiler/tests/resources/basic/reindeer.css +++ b/theme-compiler/tests/resources/basic/reindeer.css @@ -2414,6 +2414,7 @@ div.v-window-header { .v-shadow-window { position: absolute; + top: expression(document.documentElement.scrollTop + "px"); } .v-shadow-window .top-left { |