mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor(BottomSheet): make container follow to size of content
This commit is contained in:
parent
77ce94673d
commit
1d0cb4dfa0
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@
|
|||
.container {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
top: var(--horizontal-nav-bar-size);
|
||||
height: 100%;
|
||||
bottom: 0;
|
||||
max-height: calc(100% - var(--horizontal-nav-bar-size));
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Reference in a new issue