UNPKG
pip-webui
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
HTML5 UI for LOB applications
pip-webui
/
pip-webui-documents
/
samples
/
styles.css
17 lines
(14 loc)
•
267 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.pip-content-container
.scrolled
{
overflow-y
: auto; }
@media
(
min-width
:
769px
) {
.pip-content-container
{
max-width
:
calc
(
100%
-
300px
)
!important
; } } pre {
border-radius
:
4px
; }
.flat
{
box-shadow
: none
!important
; }