diff options
Diffstat (limited to 'assets/css/popover.css')
-rw-r--r-- | assets/css/popover.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/css/popover.css b/assets/css/popover.css index 74d472ae..dda8aaac 100644 --- a/assets/css/popover.css +++ b/assets/css/popover.css @@ -6,14 +6,15 @@ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); + overflow: auto; } #popover-content { - position: fixed; + position: absolute; width: 70%; margin: 0 0 0 -35%; left: 50%; top: 5%; padding: 15px; background: #fff; -}
\ No newline at end of file +} |