mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 03:49:07 +00:00
When movie popup opens we add a no-scroll class to the body element. This prevents scrolling the content behind the popover content.
This commit is contained in:
@@ -123,6 +123,10 @@ img{
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.no-scroll {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.wrapper{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user