mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
disable scrolling behind popover
This commit is contained in:
parent
be80c1c598
commit
f34ff188eb
@ -83,6 +83,8 @@
|
||||
border-radius: $border-radius-base;
|
||||
padding: $space-x-small $space-small;
|
||||
box-shadow: $box-shadow-large;
|
||||
overflow: auto;
|
||||
max-height: 73.5vh; // magic! fully visible on mobile, no scrolling on wide screen
|
||||
}
|
||||
|
||||
@include arrow(5px, "tooltip", $background-color-inverse-soft);
|
||||
|
||||
@ -50,6 +50,11 @@ $easeOut: cubic-bezier(0.19, 1, 0.22, 1);
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
body.dropdown-open {
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
display: block;
|
||||
padding: 15px 20px 15px 45px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user