Skip to content

Commit 81dd4bd

Browse files
EugeneHlushkomontogeek
authored andcommitted
ux(splash) fix splash overlapping with links on low heights (#2715)
Dont let splash's content overlap links. Fixes #2637
1 parent 954bc12 commit 81dd4bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/Splash/Splash.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
@import 'mixins';
33

44
.splash {
5+
position: relative;
6+
overflow: hidden;
7+
58
&__section {
69
position:relative;
710
text-align:center;

0 commit comments

Comments
 (0)