mirror of
https://github.com/sismics/docs.git
synced 2025-12-17 19:51:39 +00:00
Vertical scroll on file preview for small screens
This commit is contained in:
@@ -80,6 +80,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
// File view
|
||||
.modal-fileview {
|
||||
top: 2%;
|
||||
max-height: 96%;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
// File thumbnails
|
||||
.thumbnail-file {
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user