Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Add scroll when needed to grid (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n authored and dneukirchen committed Apr 7, 2017
1 parent 64be780 commit 9872dc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/* Media browser */
.media-browser {
width: 75%;
height: calc(100% - 52px);
overflow-y: auto;
padding: 15px 0 15px 15px;
width: 75%;
}

.media-browser-items {
Expand Down
6 changes: 4 additions & 2 deletions media/com_media/css/mediamanager.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@

/* Media browser */
.media-browser {
width: 75%;
padding: 15px 0 15px 15px; }
height: calc(100% - 52px);
overflow-y: auto;
padding: 15px 0 15px 15px;
width: 75%; }

.media-browser-items {
display: flex;
Expand Down

0 comments on commit 9872dc1

Please sign in to comment.