mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fixed review notes: Adding specificity and removing redundant declaration
This commit is contained in:
parent
0f07d8ad55
commit
3c2d079c42
1 changed files with 3 additions and 4 deletions
|
@ -66,11 +66,10 @@ select {
|
|||
|
||||
#viewerContainer:-ms-fullscreen {
|
||||
top: 0px !important;
|
||||
position: absolute;
|
||||
border-top: 2px solid transparent;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
overflow: hidden !important;
|
||||
cursor: none;
|
||||
}
|
||||
|
||||
|
@ -99,7 +98,7 @@ select {
|
|||
}
|
||||
|
||||
:-ms-fullscreen .page {
|
||||
margin-bottom: 100%;
|
||||
margin-bottom: 100% !important;
|
||||
}
|
||||
|
||||
:fullscreen .page {
|
||||
|
@ -115,7 +114,7 @@ select {
|
|||
}
|
||||
|
||||
:-ms-fullscreen a:not(.internalLink) {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
:fullscreen a:not(.internalLink) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue