Last change
on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
834 bytes
|
Rev | Line | |
---|
[59329aa] | 1 | .p-scrollpanel-wrapper {
|
---|
| 2 | overflow: hidden;
|
---|
| 3 | width: 100%;
|
---|
| 4 | height: 100%;
|
---|
| 5 | position: relative;
|
---|
| 6 | z-index: 1;
|
---|
| 7 | float: left;
|
---|
| 8 | }
|
---|
| 9 |
|
---|
| 10 | .p-scrollpanel-content {
|
---|
| 11 | height: calc(100% + 18px);
|
---|
| 12 | width: calc(100% + 18px);
|
---|
| 13 | padding: 0 18px 18px 0;
|
---|
| 14 | position: relative;
|
---|
| 15 | overflow: auto;
|
---|
| 16 | box-sizing: border-box;
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | .p-scrollpanel-bar {
|
---|
| 20 | position: relative;
|
---|
| 21 | background: #c1c1c1;
|
---|
| 22 | border-radius: 3px;
|
---|
| 23 | z-index: 2;
|
---|
| 24 | cursor: pointer;
|
---|
| 25 | opacity: 0;
|
---|
| 26 | transition: opacity 0.25s linear;
|
---|
| 27 | }
|
---|
| 28 |
|
---|
| 29 | .p-scrollpanel-bar-y {
|
---|
| 30 | width: 9px;
|
---|
| 31 | top: 0;
|
---|
| 32 | }
|
---|
| 33 |
|
---|
| 34 | .p-scrollpanel-bar-x {
|
---|
| 35 | height: 9px;
|
---|
| 36 | bottom: 0;
|
---|
| 37 | }
|
---|
| 38 |
|
---|
| 39 | .p-scrollpanel-hidden {
|
---|
| 40 | visibility: hidden;
|
---|
| 41 | }
|
---|
| 42 |
|
---|
| 43 | .p-scrollpanel:hover .p-scrollpanel-bar,
|
---|
| 44 | .p-scrollpanel:active .p-scrollpanel-bar {
|
---|
| 45 | opacity: 1;
|
---|
| 46 | }
|
---|
| 47 |
|
---|
| 48 | .p-scrollpanel-grabbed {
|
---|
| 49 | user-select: none;
|
---|
| 50 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.