mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-03-13 05:51:12 +00:00
#fix of group profile modal: show scroll-bar if member list doesn't fit to window
This commit is contained in:
parent
e2f0ca07ff
commit
84a0b78d66
@ -1112,6 +1112,9 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
|
||||
.profile-modal .modal-content .profile-data {
|
||||
background: none;
|
||||
}
|
||||
.profile-modal .modal-content .members {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.profile-modal h2.profile-screen-name {
|
||||
display: block;
|
||||
|
@ -15,7 +15,6 @@ $modal-postboard-post-height: 100%
|
||||
|
||||
.profile-modal
|
||||
|
||||
|
||||
.modal-content
|
||||
overflow: hidden
|
||||
padding: 0
|
||||
@ -28,13 +27,11 @@ $modal-postboard-post-height: 100%
|
||||
height: 100%
|
||||
position: absolute
|
||||
|
||||
|
||||
.postboard-posts
|
||||
display: block
|
||||
height: $modal-postboard-post-height
|
||||
overflow: auto
|
||||
|
||||
|
||||
.profile-card
|
||||
margin: 0
|
||||
padding: 0
|
||||
@ -42,6 +39,9 @@ $modal-postboard-post-height: 100%
|
||||
.profile-data
|
||||
background: none
|
||||
|
||||
.members
|
||||
overflow-y: auto
|
||||
|
||||
.profile-modal
|
||||
h2.profile-screen-name
|
||||
display: block
|
||||
|
Loading…
x
Reference in New Issue
Block a user