1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

style fixes

This commit is contained in:
David Wheatley
2022-01-04 13:20:37 +00:00
parent 8b3ddd856e
commit 3db258390d

View File

@@ -128,13 +128,7 @@
bottom: 0;
top: 0;
overflow: auto;
transition: transform 0.2s ease-out;
transform: translate(0, 100vh);
&.in {
-webkit-transform: none !important;
transform: none !important;
}
&:before {
content: " ";
.header-background();